mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
Fix build of v4l2 (sigh)
Original commit message from CVS: 2006-03-13 Julien MOUTTE <julien@moutte.net> * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: * sys/v4l2/Makefile.am: Fix build of v4l2 (sigh)
This commit is contained in:
parent
1533f43e04
commit
3250e07566
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-03-13 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
* docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
|
||||
* sys/v4l2/Makefile.am: Fix build of v4l2 (sigh)
|
||||
|
||||
2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* Makefile.am:
|
||||
|
|
|
@ -6,6 +6,7 @@ GST_DFBSURFACE
|
|||
GstDfbSurface
|
||||
GstDfbVMode
|
||||
<TITLE>GstDfbVideoSink</TITLE>
|
||||
GstDfbVideoSink
|
||||
gst_dfbsurface_get_type
|
||||
<SUBSECTION Standard>
|
||||
GST_DFBVIDEOSINK
|
||||
|
|
|
@ -17,11 +17,12 @@ libgstvideo4linux2_la_SOURCES = \
|
|||
v4l2_calls.c \
|
||||
v4l2src_calls.c $(xv_source)
|
||||
|
||||
libgstvideo4linux2_la_CFLAGS = $(GST_CFLAGS) $(X_CFLAGS) $(GST_BASE_LIBS_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgstvideo4linux2_la_CFLAGS = $(GST_CFLAGS) $(X_CFLAGS) $(GST_BASE_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgstvideo4linux2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstvideo4linux2_la_LIBADD = \
|
||||
-lgstinterfaces-$(GST_MAJORMINOR) \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS) $(xv_libs)
|
||||
$(GST_BASE_LIBS) $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) $(xv_libs)
|
||||
|
||||
noinst_HEADERS = gstv4l2element.h v4l2_calls.h \
|
||||
gstv4l2src.h v4l2src_calls.h \
|
||||
|
|
Loading…
Reference in a new issue