gstreamer/sys/Makefile.am
Tim-Philipp Müller 1b6c4e2ab2 Re-enable VCD source and fix up release notes.
Original commit message from CVS:
* RELEASE:
* sys/Makefile.am:
Re-enable VCD source and fix up release notes.
2007-06-21 18:41:17 +00:00

39 lines
388 B
Makefile

# if USE_DXR3
# DXR3_DIR=dxr3
# else
# DXR3_DIR=
# endif
# if USE_QCAM
# QCAM_DIR=qcam
# else
# QCAM_DIR=
# endif
if USE_VCD
VCD_DIR=vcd
else
VCD_DIR=
endif
# if USE_CDROM
# CDROM_DIR=cdrom
# else
# CDROM_DIR=
# endif
if USE_OPENGL
GL_DIR=glsink
else
GL_DIR=
endif
if USE_DVB
DVB_DIR=dvb
else
DVB_DIR=
endif
SUBDIRS = $(GL_DIR) $(DVB_DIR) $(VCD_DIR)
DIST_SUBDIRS = glsink dvb vcd