mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
9593a39754
Original commit message from CVS: Added a parse_launch example.
8 lines
156 B
Makefile
8 lines
156 B
Makefile
noinst_PROGRAMS = mp3parselaunch
|
|
|
|
# just an app here, we're safe
|
|
LIBS += $(GST_LIBS)
|
|
CFLAGS += $(GST_CFLAGS)
|
|
|
|
noinst_SCRIPTS = mp3play
|
|
EXTRA_DIST = mp3play
|