mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
uraeus fix
Original commit message from CVS: uraeus fix
This commit is contained in:
parent
530d023e87
commit
2cb849415c
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-05-09 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* tests/Makefile.am: fix am16 issue
|
||||||
|
|
||||||
2004-05-09 Benjamin Otte <otte@gnome.org>
|
2004-05-09 Benjamin Otte <otte@gnome.org>
|
||||||
|
|
||||||
* libs/gst/bytestream/Makefile.am:
|
* libs/gst/bytestream/Makefile.am:
|
||||||
|
|
|
@ -2,13 +2,13 @@
|
||||||
SUBDIRS = instantiate memchunk muxing sched threadstate seeking # bufspeed
|
SUBDIRS = instantiate memchunk muxing sched threadstate seeking # bufspeed
|
||||||
|
|
||||||
if GST_DISABLE_TRACE
|
if GST_DISABLE_TRACE
|
||||||
noinst_PROGRAMS =
|
LAT =
|
||||||
else
|
else
|
||||||
noinst_PROGRAMS = lat
|
LAT = lat
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
noinst_PROGRAMS += spidey_bench
|
noinst_PROGRAMS = $(LAT) spidey_bench
|
||||||
|
|
||||||
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||||
LIBS = $(GST_OBJ_LIBS)
|
LIBS = $(GST_OBJ_LIBS)
|
||||||
|
|
Loading…
Reference in a new issue