mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
5d82e5d18d
Original commit message from CVS: 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org> * ext/Makefile.am: Disable cdparanoia until someone ports it!
60 lines
663 B
Makefile
60 lines
663 B
Makefile
if USE_ALSA
|
|
ALSA_DIR=alsa
|
|
else
|
|
ALSA_DIR=
|
|
endif
|
|
|
|
if USE_CDPARANOIA
|
|
#CDPARANOIA_DIR=cdparanoia
|
|
CDPARANOIA_DIR=
|
|
else
|
|
CDPARANOIA_DIR=
|
|
endif
|
|
|
|
if USE_GNOME_VFS
|
|
GNOMEVFS_DIR=gnomevfs
|
|
else
|
|
GNOMEVFS_DIR=
|
|
endif
|
|
|
|
if USE_LIBVISUAL
|
|
LIBVISUAL_DIR=libvisual
|
|
else
|
|
LIBVISUAL_DIR=
|
|
endif
|
|
|
|
if USE_OGG
|
|
OGG_DIR=ogg
|
|
else
|
|
OGG_DIR=
|
|
endif
|
|
|
|
if USE_VORBIS
|
|
VORBIS_DIR=vorbis
|
|
else
|
|
VORBIS_DIR=
|
|
endif
|
|
|
|
if USE_THEORA
|
|
THEORA_DIR=theora
|
|
else
|
|
THEORA_DIR=
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
$(ALSA_DIR) \
|
|
$(CDPARANOIA_DIR) \
|
|
$(GNOMEVFS_DIR) \
|
|
$(LIBVISUAL_DIR) \
|
|
$(OGG_DIR) \
|
|
$(THEORA_DIR) \
|
|
$(VORBIS_DIR)
|
|
|
|
DIST_SUBDIRS = \
|
|
alsa \
|
|
cdparanoia \
|
|
gnomevfs \
|
|
libvisual \
|
|
ogg \
|
|
theora \
|
|
vorbis
|