mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +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>
|
||||
|
||||
* libs/gst/bytestream/Makefile.am:
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
SUBDIRS = instantiate memchunk muxing sched threadstate seeking # bufspeed
|
||||
|
||||
if GST_DISABLE_TRACE
|
||||
noinst_PROGRAMS =
|
||||
LAT =
|
||||
else
|
||||
noinst_PROGRAMS = lat
|
||||
LAT = lat
|
||||
|
||||
endif
|
||||
|
||||
noinst_PROGRAMS += spidey_bench
|
||||
noinst_PROGRAMS = $(LAT) spidey_bench
|
||||
|
||||
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||
LIBS = $(GST_OBJ_LIBS)
|
||||
|
|
Loading…
Reference in a new issue