mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
808736b805
Original commit message from CVS: 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org> * configure.ac: * sys/Makefile.am: Add dvb detection and allow dvbsrc to be built.
39 lines
383 B
Makefile
39 lines
383 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)
|
|
|
|
DIST_SUBDIRS = glsink dvb
|