mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
36c13b82d8
Original commit message from CVS: 2004-01-11 Julien MOUTTE <julien@moutte.net> * configure.ac: Adding examples/switch/Makefile * examples/Makefile.am: Adding examples/switch * examples/switch/Makefile.am: Adding switcher example. * examples/switch/switcher.c: (got_eos), (idle_iterate), (switch_timer), (main): Adding an example demonstrating switch usage with 2 videotestsrc showing different patterns. * gst/switch/gstswitch.c: (gst_switch_request_new_pad), (gst_switch_init): Fixing switch with the new caps system.
14 lines
235 B
Makefile
14 lines
235 B
Makefile
if HAVE_FT2
|
|
FT2_SUBDIRS=seeking
|
|
else
|
|
FT2_SUBDIRS=
|
|
endif
|
|
|
|
if HAVE_GTK
|
|
GTK_SUBDIRS=dynparams $(FT2_SUBDIRS)
|
|
else
|
|
GTK_SUBDIRS=
|
|
endif
|
|
|
|
SUBDIRS=$(GTK_SUBDIRS) gstplay switch
|
|
DIST_SUBDIRS=capsfilter dynparams seeking indexing gstplay switch
|