mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 13:08:49 +00:00
a9e84f1e8e
Original commit message from CVS: all these plugins are moved to gst-plugins-good
45 lines
465 B
Makefile
45 lines
465 B
Makefile
# if USE_DXR3
|
|
# DXR3_DIR=dxr3
|
|
# else
|
|
# DXR3_DIR=
|
|
# endif
|
|
|
|
# if USE_QCAM
|
|
# QCAM_DIR=qcam
|
|
# else
|
|
# QCAM_DIR=
|
|
# endif
|
|
|
|
# if USE_SUNAUDIO
|
|
# SUNAUDIO_DIR=sunaudio
|
|
# else
|
|
# SUNAUDIO_DIR=
|
|
# endif
|
|
|
|
# if USE_GST_V4L2
|
|
# V4L2_DIR=v4l2
|
|
# else
|
|
# V4L2_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
|
|
|
|
SUBDIRS=$(OSS_DIR)
|
|
|
|
DIST_SUBDIRS=oss
|