diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-14 10:48:18 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-14 10:48:18 +0000 |
commit | ca8940b153dcee13989bf3ef426332e5532fe399 (patch) | |
tree | 4aac21e2cb1596de04b8f004f9344184d169657b /sys/v4l2 | |
parent | f3388b47cfe957f1c308df0f535ea5b275cb6de6 (diff) | |
download | gst-plugins-bad-ca8940b153dcee13989bf3ef426332e5532fe399.tar.gz gst-plugins-bad-ca8940b153dcee13989bf3ef426332e5532fe399.tar.bz2 gst-plugins-bad-ca8940b153dcee13989bf3ef426332e5532fe399.zip |
ext/divx/: Set category to divx4linux instead of divx (too generic).
Original commit message from CVS:
2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
* ext/divx/gstdivxdec.c:
* ext/divx/gstdivxenc.c:
Set category to divx4linux instead of divx (too generic).
* gst/wavparse/gstwavparse.c: (gst_wavparse_init),
(gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
(gst_wavparse_loop), (gst_wavparse_change_state):
* gst/wavparse/gstwavparse.h:
fix parsing of WAV files with non-standard fmt-tag size and fix
skipping of unrecognized chunks... Someone please fix this thing
to use rifflib so all this is automated.
* sys/v4l/Makefile.am:
* sys/v4l2/Makefile.am:
Add X_CFLAGS because we depend on X (for overlay).
Diffstat (limited to 'sys/v4l2')
-rw-r--r-- | sys/v4l2/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/v4l2/Makefile.am b/sys/v4l2/Makefile.am index 5d3e3803..b242b34a 100644 --- a/sys/v4l2/Makefile.am +++ b/sys/v4l2/Makefile.am @@ -9,7 +9,7 @@ libgstvideo4linux2_la_SOURCES = \ gstv4l2tuner.c \ gstv4l2xoverlay.c \ gstv4l2colorbalance.c -libgstvideo4linux2_la_CFLAGS = $(GST_CFLAGS) +libgstvideo4linux2_la_CFLAGS = $(GST_CFLAGS) $(X_CFLAGS) libgstvideo4linux2_la_LIBADD = \ $(top_builddir)/gst-libs/gst/libgstinterfaces-@GST_MAJORMINOR@.la libgstvideo4linux2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) |