mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
b217f4959d
Original commit message from CVS: libgstplay has a new home. it still needs to be packaged though
9 lines
189 B
Makefile
9 lines
189 B
Makefile
if USE_GCONF
|
|
GCONF_DIR=gconf
|
|
else
|
|
GCONF_DIR=
|
|
endif
|
|
|
|
SUBDIRS = audio idct resample riff floatcast $(GCONF_DIR) video play
|
|
|
|
DIST_SUBDIRS = audio idct resample riff floatcast gconf video play
|