mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
00b0cdf8ff
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).
20 lines
600 B
Makefile
20 lines
600 B
Makefile
plugin_LTLIBRARIES = \
|
|
libgstvideo4linux2.la
|
|
|
|
libgstvideo4linux2_la_SOURCES = \
|
|
gstv4l2element.c v4l2_calls.c \
|
|
v4l2-overlay_calls.c \
|
|
gstv4l2src.c v4l2src_calls.c \
|
|
gstv4l2.c \
|
|
gstv4l2tuner.c \
|
|
gstv4l2xoverlay.c \
|
|
gstv4l2colorbalance.c
|
|
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)
|
|
|
|
noinst_HEADERS = gstv4l2element.h v4l2_calls.h \
|
|
gstv4l2src.h v4l2src_calls.h \
|
|
gstv4l2tuner.h gstv4l2xoverlay.h \
|
|
gstv4l2colorbalance.h
|