From 57d40a7a12e9c4c31627e0ab21ec34a178204b24 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 14 Jan 2004 10:48:18 +0000 Subject: [PATCH] ext/divx/: Set category to divx4linux instead of divx (too generic). Original commit message from CVS: 2004-01-14 Ronald Bultje * 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). --- ChangeLog | 16 ++++++++++++++++ sys/v4l/Makefile.am | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3f75df03c..bef180a0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2004-01-14 Ronald Bultje + + * 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). + 2004-01-14 Jan Schmidt * ext/mpeg2dec/gstmpeg2dec.c: diff --git a/sys/v4l/Makefile.am b/sys/v4l/Makefile.am index ae669c04e..f2fb8ec17 100644 --- a/sys/v4l/Makefile.am +++ b/sys/v4l/Makefile.am @@ -10,7 +10,7 @@ libgstvideo4linux_la_SOURCES = \ gstv4ltuner.c \ gstv4lxoverlay.c \ gstv4lcolorbalance.c -libgstvideo4linux_la_CFLAGS = $(GST_CFLAGS) +libgstvideo4linux_la_CFLAGS = $(GST_CFLAGS) $(X_CFLAGS) libgstvideo4linux_la_LIBADD = \ $(top_builddir)/gst-libs/gst/libgstinterfaces-@GST_MAJORMINOR@.la libgstvideo4linux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -- 2.34.1