mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
28c4ae43b2
Original commit message from CVS: * examples/seeking/Makefile.am: * examples/seeking/cdplayer.c: (update_scale): * examples/seeking/chained.c: (unlinked), (new_pad), (main): * examples/seeking/playbin.c: (make_playerbin_pipeline), (format_value), (update_scale), (iterate), (start_seek), (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb), (print_usage), (main): Added some more examples, update others.
7 lines
233 B
Makefile
7 lines
233 B
Makefile
examples = seek spider_seek cdplayer cdparanoia vorbisfile playbin chained
|
|
|
|
noinst_PROGRAMS = $(examples)
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS = $(GST_LIBS) $(GTK_LIBS)
|
|
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|