mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
ext/ogg/Makefile.am: Dist gstoggdemux.h to fix 'make distcheck'.
Original commit message from CVS: * ext/ogg/Makefile.am: Dist gstoggdemux.h to fix 'make distcheck'. * sys/v4l/Makefile.am: Fix 'make distcheck' even more.
This commit is contained in:
parent
80d666f353
commit
056723b97c
3 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* ext/ogg/Makefile.am:
|
||||
Dist gstoggdemux.h to fix 'make distcheck'.
|
||||
|
||||
* sys/v4l/Makefile.am:
|
||||
Fix 'make distcheck' even more.
|
||||
|
||||
2007-01-09 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* docs/plugins/Makefile.am:
|
||||
|
|
|
@ -8,6 +8,9 @@ libgstogg_la_SOURCES = \
|
|||
gstoggaviparse.c \
|
||||
gstoggparse.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstoggdemux.h
|
||||
|
||||
libgstogg_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(OGG_CFLAGS)
|
||||
libgstogg_la_LIBADD = \
|
||||
$(top_builddir)/gst-libs/gst/riff/libgstriff-$(GST_MAJORMINOR).la \
|
||||
|
|
|
@ -21,7 +21,8 @@ libgstvideo4linux_la_SOURCES = \
|
|||
# gstv4lmjpegsrc.c v4lmjpegsrc_calls.c \
|
||||
# gstv4lmjpegsink.c v4lmjpegsink_calls.c
|
||||
|
||||
libgstvideo4linux_la_CFLAGS = $(GST_CFLAGS) $(X_CFLAGS) -I$(top_srcdir)/gst-libs
|
||||
libgstvideo4linux_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(X_CFLAGS)
|
||||
libgstvideo4linux_la_LIBADD = \
|
||||
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-$(GST_MAJORMINOR).la \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS) $(xv_libs)
|
||||
|
|
Loading…
Reference in a new issue