mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
011eddcd0e
Remove camerabin2 from experimental, allowing it to be built without needing to pass --enable-experimental on configure.
18 lines
352 B
Makefile
18 lines
352 B
Makefile
if HAVE_GTK
|
|
GTK_EXAMPLES=camerabin mxf scaletempo camerabin2
|
|
else
|
|
GTK_EXAMPLES=
|
|
endif
|
|
|
|
if USE_DIRECTFB
|
|
DIRECTFB_DIR=directfb
|
|
else
|
|
DIRECTFB_DIR=
|
|
endif
|
|
|
|
OPENCV_EXAMPLES=opencv
|
|
|
|
SUBDIRS= $(DIRECTFB_DIR) $(GTK_EXAMPLES) $(OPENCV_EXAMPLES)
|
|
DIST_SUBDIRS= camerabin camerabin2 directfb mxf scaletempo opencv
|
|
|
|
include $(top_srcdir)/common/parallel-subdirs.mak
|