mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
a8ba9c4122
Original commit message from CVS: Autoplug3 shows an example of an autoplugged mp3 player. Autoplug4 shows various static autoplugger examples.
11 lines
329 B
Makefile
11 lines
329 B
Makefile
SUBDIRS = sched eos
|
|
|
|
noinst_PROGRAMS = init loadall simplefake states caps queue registry \
|
|
paranoia rip mp3encode autoplug props case4 markup load tee autoplug2 autoplug3 \
|
|
capsconnect padfactory autoplug4
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS += $(GST_LIBS)
|
|
CFLAGS += $(GST_CFLAGS)
|
|
|
|
EXTRA_DIST = README
|