mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
7172a58563
Original commit message from CVS: * configure.ac: * examples/Makefile.am: * examples/gstplay/.cvsignore: * examples/gstplay/Makefile.am: * examples/gstplay/player.c: * gst-libs/gst/Makefile.am: * gst-libs/gst/play/.cvsignore: * gst-libs/gst/play/Makefile.am: * gst-libs/gst/play/play.c: * gst-libs/gst/play/play.h: * gst-libs/gst/play/play.vcproj: * pkgconfig/Makefile.am: * pkgconfig/gstreamer-play-uninstalled.pc.in: * pkgconfig/gstreamer-play.pc.in: Remove libgstplay, playbin is now the official successor.
14 lines
219 B
Makefile
14 lines
219 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) switch
|
|
DIST_SUBDIRS=capsfilter dynparams seeking indexing switch
|