summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorGernot Ziegler <gz@lysator.liu.se>2004-08-09 20:14:50 +0000
committerDavid Schleef <ds@schleef.org>2004-08-09 20:14:50 +0000
commit5174b257d21d47e343bc7f189e9f8c1564aa4ed4 (patch)
tree6a88cc9ed1e8dde91e60d0b45490a4b273d14406 /sys
parentc42de4b1907942c386ee643c9b7dbe944a270644 (diff)
GL sink plugin. (Bug #147302)
Original commit message from CVS: Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the GL sink plugin. (Bug #147302) * configure.ac: Test for OpenGL * sys/Makefile.am: Use test for OpenGL * sys/glsink/Makefile.am: * sys/glsink/glimagesink.c: rewrite * sys/glsink/glimagesink.h: rewrite
Diffstat (limited to 'sys')
-rw-r--r--sys/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/Makefile.am b/sys/Makefile.am
index 9f53cdb3..7028846a 100644
--- a/sys/Makefile.am
+++ b/sys/Makefile.am
@@ -70,9 +70,15 @@ else
CDROM_DIR=
endif
+if USE_OPENGL
+GL_DIR=glsink
+else
+GL_DIR=
+endif
+
SUBDIRS=$(DXR3_DIR) $(OSS_DIR) $(OSX_AUDIO_DIR) $(OSX_VIDEO_DIR) $(QCAM_DIR) \
$(SUNAUDIO_DIR) $(V4L_DIR) $(V4L2_DIR) $(VCD_DIR) $(CDROM_DIR) \
- $(XI_DIR) $(XV_DIR)
+ $(XI_DIR) $(XV_DIR) $(GL_DIR)
DIST_SUBDIRS=dxr3 oss osxaudio osxvideo qcam sunaudio v4l v4l2 vcd ximage \
xvimage glsink cdrom