mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
9c6f91dcf2
Original commit message from CVS: Adding a test app for libgstplay. It is a command line player.
14 lines
221 B
Makefile
14 lines
221 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
|
|
DIST_SUBDIRS=capsfilter dynparams seeking indexing gstplay
|