mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
5a312ff117
Original commit message from CVS: This adds a generic video functions library
9 lines
179 B
Makefile
9 lines
179 B
Makefile
if USE_GCONF
|
|
GCONF_DIR=gconf
|
|
else
|
|
GCONF_DIR=
|
|
endif
|
|
|
|
SUBDIRS = audio idct resample riff floatcast $(GCONF_DIR) video
|
|
|
|
DIST_SUBDIRS = audio idct resample riff floatcast gconf video
|