gst/: Turn videofilter into a library (private for now)
authorTim-Philipp Müller <tim@centricular.net>
Wed, 11 May 2005 16:38:30 +0000 (16:38 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 11 May 2005 16:38:30 +0000 (16:38 +0000)
Original commit message from CVS:
* gst/effectv/Makefile.am:
* gst/videofilter/Makefile.am:
Turn videofilter into a library (private for now)

ChangeLog
gst/effectv/Makefile.am
gst/videofilter/Makefile.am

index 05c3269..7cb94e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-05-11  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst/effectv/Makefile.am:
+       * gst/videofilter/Makefile.am:
+         Turn videofilter into a library (private for now)
+
 2005-05-11  Wim Taymans  <wim@fluendo.com>
 
        * gst/rtsp/README:
index fd87b7d..c9cb20a 100644 (file)
@@ -2,8 +2,8 @@
 plugin_LTLIBRARIES = libgsteffectv.la
 
 libgsteffectv_la_SOURCES = gsteffectv.c gstedge.c gstaging.c gstdice.c gstwarp.c gstshagadelic.c gstvertigo.c gstrev.c gstquark.c
-libgsteffectv_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_LIBS_CFLAGS) -I$(top_srcdir)/gst/videofilter
-libgsteffectv_la_LIBADD = $(top_builddir)/gst/videofilter/libgstvideofilter.la
-libgsteffectv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_PLUGINS_LIBS_LIBS) 
+libgsteffectv_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/videofilter
+libgsteffectv_la_LIBADD = $(top_builddir)/gst/videofilter/libgstvideofilter-@GST_MAJORMINOR@.la
+libgsteffectv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
 noinst_HEADERS = gsteffectv.h
index 9171d5b..d24b3b3 100644 (file)
@@ -1,5 +1,5 @@
 
-plugin_LTLIBRARIES = libgstvideofilter.la
+lib_LTLIBRARIES = libgstvideofilter-@GST_MAJORMINOR@.la
 noinst_LTLIBRARIES = libgstvideoexample.la
 
 noinst_HEADERS = gstvideofilter.h
@@ -7,10 +7,9 @@ noinst_HEADERS = gstvideofilter.h
 EXTRA_DIST = gstvideotemplate.c make_filter
 CLEANFILES = gstvideoexample.c
 
-libgstvideofilter_la_SOURCES = gstvideofilter.c
-libgstvideofilter_la_CFLAGS = $(GST_CFLAGS)
-libgstvideofilter_la_LIBADD =
-libgstvideofilter_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstvideofilter_@GST_MAJORMINOR@_la_SOURCES = gstvideofilter.c gstvideofilter.h
+libgstvideofilter_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS)
+libgstvideofilter_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIBS)
 
 libgstvideoexample_la_SOURCES = gstvideoexample.c
 libgstvideoexample_la_CFLAGS = $(GST_CFLAGS)