From 5174b257d21d47e343bc7f189e9f8c1564aa4ed4 Mon Sep 17 00:00:00 2001 From: Gernot Ziegler Date: Mon, 9 Aug 2004 20:14:50 +0000 Subject: GL sink plugin. (Bug #147302) Original commit message from CVS: Patch from Gernot Ziegler 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 --- sys/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sys') 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 -- cgit