summaryrefslogtreecommitdiffstats
path: root/ext/raw1394/Makefile.am
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-07-07 08:34:11 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-07-07 08:34:11 +0000
commiteede6488fbbfb681d8b450511c3227e3d70bf9f6 (patch)
tree38b93f89410ebd6b583928c39f06ef56ff45fcd3 /ext/raw1394/Makefile.am
parent2d3657a1baeac7e75a3e27cde7eadf3e727fe3e0 (diff)
Ported the 1394 source to 0.9.
Original commit message from CVS: * configure.ac: * ext/raw1394/Makefile.am: * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type), (gst_dv1394src_class_init), (gst_dv1394src_init), (gst_dv1394src_iso_receive), (gst_dv1394src_create), (gst_dv1394src_change_state), (gst_dv1394src_convert), (gst_dv1394src_get_query_types), (gst_dv1394src_query): * ext/raw1394/gstdv1394src.h: Ported the 1394 source to 0.9.
Diffstat (limited to 'ext/raw1394/Makefile.am')
-rw-r--r--ext/raw1394/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/raw1394/Makefile.am b/ext/raw1394/Makefile.am
index 5f1e0dc4..cdaad3c6 100644
--- a/ext/raw1394/Makefile.am
+++ b/ext/raw1394/Makefile.am
@@ -4,6 +4,6 @@ plugin_LTLIBRARIES = libgst1394.la
libgst1394_la_SOURCES = gst1394.c gstdv1394src.c
libgst1394_la_CFLAGS = $(GST_CFLAGS)
libgst1394_la_LIBADD = $(DV1394_LIBS)
-libgst1394_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgst1394_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS)
noinst_HEADERS = gstdv1394src.h