mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
351d186581
Original commit message from CVS: * changed speed to be loop-based, work with floats as well as gint8 and gint16, mono only now though * added speed demo app in the test directory. try it, it's really neat. * fixed minor bugs in passthrough and gstaudio.h. don't worry, it does build ;)
29 lines
707 B
Makefile
29 lines
707 B
Makefile
# FIXME FIXME
|
|
|
|
if HAVE_GNOME
|
|
GNOME_PROGS = spectrum wave mp1parse videotest aviparse \
|
|
videotest2 video2mp1 dvshow dv2mp1 \
|
|
mpeg2parse mpeg2parse2 mpeg2parse3 \
|
|
mp2tomp1v2 main testspeed
|
|
else
|
|
GNOME_PROGS =
|
|
endif
|
|
|
|
noinst_PROGRAMS = qtest $(GNOME_PROGS) record mp3 teardown buffer mp3parse \
|
|
mp3play ac3parse ac3play dvdcat fake cobin \
|
|
vidcapture avi2mpg mp2tomp1 mp1tomp1 pipetest \
|
|
vidcapture2 mp2toavi mp3tovorbis xmmstest \
|
|
mp3mad lat
|
|
|
|
SUBDIRS = xml bindings
|
|
|
|
buffer_SOURCES = buffer.c mem.c
|
|
teardown_SOURCES = teardown.c mem.c
|
|
ac3play_SOURCES = ac3play.c mem.c
|
|
|
|
noinst_HEADERS = mem.h
|
|
|
|
LIBS += $(GNOME_LIBS) $(GST_LIBS)
|
|
CFLAGS += $(GNOME_CFLAGS) $(GST_CFLAGS)
|
|
|
|
EXTRA_DIST = README
|