mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
tests/check/Makefile.am: Random variation in Makefile line to see if it makes the gen64-base-full bot any happier.
Original commit message from CVS: * tests/check/Makefile.am: Random variation in Makefile line to see if it makes the gen64-base-full bot any happier.
This commit is contained in:
parent
0c8f9e5c9c
commit
deea9526fc
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* tests/check/Makefile.am:
|
||||
Random variation in Makefile line to see if it makes the
|
||||
gen64-base-full bot any happier.
|
||||
|
||||
2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* tests/check/pipelines/oggmux.c: (oggmux_suite):
|
||||
|
|
|
@ -137,7 +137,7 @@ libs_video_LDADD = \
|
|||
$(LDADD)
|
||||
libs_video_CFLAGS = -I$(top_srcdir)/gst-libs $(CFLAGS) $(AM_CFLAGS)
|
||||
|
||||
pipelines_oggmux_LDADD = $(OGG_LIBS) $(LDADD)
|
||||
pipelines_oggmux_CFLAGS = $(OGG_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
|
||||
pipelines_oggmux_LDADD = $(LDADD) $(OGG_LIBS)
|
||||
pipelines_oggmux_CFLAGS = $(CFLAGS) $(AM_CFLAGS) $(OGG_CFLAGS)
|
||||
|
||||
EXTRA_DIST = gst-plugins-base.supp
|
||||
|
|
Loading…
Reference in a new issue