mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
tests/examples/seek/Makefile.am: Fix out of tree build by adding all required CFLAGS.
Original commit message from CVS: * tests/examples/seek/Makefile.am: Fix out of tree build by adding all required CFLAGS.
This commit is contained in:
parent
b02dc1bf6a
commit
e4a3ac2c8c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* tests/examples/seek/Makefile.am:
|
||||
Fix out of tree build by adding all required CFLAGS.
|
||||
|
||||
2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* gst/playback/gstdecodebin.c: (add_raw_queue):
|
||||
|
|
|
@ -8,4 +8,4 @@ noinst_PROGRAMS = $(examples)
|
|||
|
||||
LDADD = $(GST_LIBS) $(GTK_LIBS) \
|
||||
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la
|
||||
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) -I$(top_builddir)/gst-libs
|
||||
AM_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GTK_CFLAGS) -I$(top_builddir)/gst-libs
|
||||
|
|
Loading…
Reference in a new issue