summaryrefslogtreecommitdiff
path: root/src/video_out/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_out/Makefile.am')
-rw-r--r--src/video_out/Makefile.am18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am
index c96119314..acdfe1273 100644
--- a/src/video_out/Makefile.am
+++ b/src/video_out/Makefile.am
@@ -23,10 +23,10 @@ endif
if HAVE_XVMC
xvmc_module = xineplug_vo_out_xvmc.la
endif
-#if HAVE_OPENGL
-opengl_module =
-#opengl_module = xineplug_vo_out_opengl.la
-#endif
+if HAVE_OPENGL
+#opengl_module =
+opengl_module = xineplug_vo_out_opengl.la
+endif
if HAVE_SYNCFB
syncfb_module = xineplug_vo_out_syncfb.la
endif
@@ -101,11 +101,11 @@ xineplug_vo_out_xvmc_la_SOURCES = deinterlace.c alphablend.c video_out_xvmc.c
xineplug_vo_out_xvmc_la_LIBADD = $(XV_LIB) $(XVMC_LIB) $(X_LIBS) -lXext $(XINE_LIB)
xineplug_vo_out_xvmc_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
-#xineplug_vo_out_opengl_la_SOURCES = yuv2rgb.c yuv2rgb_mmx.c yuv2rgb_mlib.c \
-# alphablend.c video_out_opengl.c
-#xineplug_vo_out_opengl_la_LIBADD = $(MLIB_LIBS) $(OPENGL_LIBS) $(GLUT_LIBS) \
-# $(GLU_LIBS) $(X_LIBS) $(XINE_LIB)
-#xineplug_vo_out_opengl_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
+xineplug_vo_out_opengl_la_SOURCES = yuv2rgb.c yuv2rgb_mmx.c yuv2rgb_mlib.c \
+ alphablend.c video_out_opengl.c
+xineplug_vo_out_opengl_la_LIBADD = $(MLIB_LIBS) $(OPENGL_LIBS) $(GLUT_LIBS) \
+ $(GLU_LIBS) $(X_LIBS) $(XINE_LIB)
+xineplug_vo_out_opengl_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
xineplug_vo_out_syncfb_la_SOURCES = alphablend.c video_out_syncfb.c
xineplug_vo_out_syncfb_la_LIBADD = $(X_LIBS) $(XINE_LIB)