mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-11 19:06:33 +00:00
tests/examples/seek/Makefile.am: Build fix for when gtk is not available.
Original commit message from CVS: * tests/examples/seek/Makefile.am: Build fix for when gtk is not available.
This commit is contained in:
parent
1ecddd21ea
commit
352dc48813
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
|
* tests/examples/seek/Makefile.am:
|
||||||
|
Build fix for when gtk is not available.
|
||||||
|
|
||||||
2005-12-05 Andy Wingo <wingo@pobox.com>
|
2005-12-05 Andy Wingo <wingo@pobox.com>
|
||||||
|
|
||||||
* ext/libvisual/visual.c: (get_buffer):
|
* ext/libvisual/visual.c: (get_buffer):
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
examples = seek scrubby
|
if HAVE_GTK
|
||||||
|
GTK_EXAMPLES=seek scrubby
|
||||||
|
endif
|
||||||
|
|
||||||
|
examples = $(GTK_EXAMPLES)
|
||||||
|
|
||||||
noinst_PROGRAMS = $(examples)
|
noinst_PROGRAMS = $(examples)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue