mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
testsuite/Makefile.am: Fix more OSX buildbots.
Original commit message from CVS: * testsuite/Makefile.am: Fix more OSX buildbots.
This commit is contained in:
parent
9abefbf3db
commit
c58ee4ef21
3 changed files with 19 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* testsuite/Makefile.am:
|
||||
Fix more OSX buildbots.
|
||||
|
||||
2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* ext/mpeg2dec/gstmpeg2dec.c:
|
||||
|
|
|
@ -4,8 +4,14 @@ else
|
|||
ALSA_DIR=
|
||||
endif
|
||||
|
||||
if HAVE_GTK
|
||||
EMBED_DIR=embed
|
||||
else
|
||||
EMBED_DIR=
|
||||
endif
|
||||
|
||||
SUBDIRS = \
|
||||
embed \
|
||||
$(EMBED_DIR) \
|
||||
spider \
|
||||
multifilesink \
|
||||
$(ALSA_DIR) #seeking
|
||||
|
|
|
@ -4,8 +4,14 @@ else
|
|||
ALSA_DIR=
|
||||
endif
|
||||
|
||||
if HAVE_GTK
|
||||
EMBED_DIR=embed
|
||||
else
|
||||
EMBED_DIR=
|
||||
endif
|
||||
|
||||
SUBDIRS = \
|
||||
embed \
|
||||
$(EMBED_DIR) \
|
||||
spider \
|
||||
multifilesink \
|
||||
$(ALSA_DIR) #seeking
|
||||
|
|
Loading…
Reference in a new issue