summaryrefslogtreecommitdiffstats
path: root/gst/y4m/Makefile.am
diff options
context:
space:
mode:
authorMark Nauwelaerts <manauw@skynet.be>2006-11-13 18:55:57 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-11-13 18:55:57 +0000
commitbac3f8af42030a899c1850e7b1557c3a32b7148e (patch)
tree6ec96533fae87c2736f806eda8aa3d7979131968 /gst/y4m/Makefile.am
parent70431177ff80bbbc4eb7051d5d35bc4770daeffb (diff)
downloadgst-plugins-bad-bac3f8af42030a899c1850e7b1557c3a32b7148e.tar.gz
gst-plugins-bad-bac3f8af42030a899c1850e7b1557c3a32b7148e.tar.bz2
gst-plugins-bad-bac3f8af42030a899c1850e7b1557c3a32b7148e.zip
configure.ac: Enable cdaudio and y4m.
Original commit message from CVS: Patch by: Mark Nauwelaerts <manauw at skynet be> * configure.ac: Enable cdaudio and y4m. * gst/y4m/Makefile.am: * gst/y4m/gsty4mencode.c: (gst_y4m_encode_base_init), (gst_y4m_encode_class_init), (gst_y4m_encode_init), (gst_y4m_encode_reset), (gst_y4m_encode_setcaps), (gst_y4m_encode_get_stream_header), (gst_y4m_encode_get_frame_header), (gst_y4m_encode_chain), (gst_y4m_encode_set_property), (gst_y4m_encode_get_property), (gst_y4m_encode_change_state), (plugin_init): * gst/y4m/gsty4mencode.h: Port of y4mencode to 0.10.
Diffstat (limited to 'gst/y4m/Makefile.am')
-rw-r--r--gst/y4m/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/y4m/Makefile.am b/gst/y4m/Makefile.am
index 3e20c172..d86792c0 100644
--- a/gst/y4m/Makefile.am
+++ b/gst/y4m/Makefile.am
@@ -2,8 +2,8 @@
plugin_LTLIBRARIES = libgsty4menc.la
libgsty4menc_la_SOURCES = gsty4mencode.c
-libgsty4menc_la_CFLAGS = $(GST_CFLAGS)
-libgsty4menc_la_LIBADD =
+libgsty4menc_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
+libgsty4menc_la_LIBADD = $(GST_LIBS)
libgsty4menc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gsty4mencode.h