diff options
author | Matthias Hopf <mat@mshopf.de> | 2005-04-22 10:21:24 +0000 |
---|---|---|
committer | Matthias Hopf <mat@mshopf.de> | 2005-04-22 10:21:24 +0000 |
commit | 01ae444a13e8382f4a556edd3e3e8b3dd6549ba9 (patch) | |
tree | b0aa275169b526af7adfe6ccc79589c11df8ae60 /src | |
parent | 3b5a42707ade5fbe37d7d3da18115dec2f44ec99 (diff) | |
download | xine-lib-01ae444a13e8382f4a556edd3e3e8b3dd6549ba9.tar.gz xine-lib-01ae444a13e8382f4a556edd3e3e8b3dd6549ba9.tar.bz2 |
Fixed Makefile.am for OpenGL output plugin (Alien).
CVS patchset: 7484
CVS date: 2005/04/22 10:21:24
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index f0258c24b..5b07ad1b3 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -3,7 +3,7 @@ include $(top_srcdir)/misc/Makefile.common SUBDIRS = libdha vidix macosx -EXTRA_DIST = video_out_directfb.c video_out_opengl.c video_out_directx.c video_out_macosx.m +EXTRA_DIST = video_out_directfb.c video_out_directx.c video_out_macosx.m VIDIX_CFLAGS = -I$(top_builddir)/src/video_out/vidix \ -I$(top_srcdir)/src/video_out/vidix @@ -28,7 +28,6 @@ if HAVE_XXMC xxmc_module = xineplug_vo_out_xxmc.la endif if HAVE_OPENGL -#opengl_module = opengl_module = xineplug_vo_out_opengl.la endif if HAVE_SYNCFB @@ -112,7 +111,7 @@ xineplug_vo_out_xxmc_la_LIBADD = $(XXMC_LIB) $(XV_LIB) $(X_LIBS) -lXext $(XINE_L xineplug_vo_out_xxmc_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 $(X11OSD) + alphablend.c video_out_opengl.c myglext.h $(X11OSD) xineplug_vo_out_opengl_la_LIBADD = $(MLIB_LIBS) $(OPENGL_LIBS) $(GLUT_LIBS) \ $(GLU_LIBS) $(X_LIBS) -lXext $(XINE_LIB) xineplug_vo_out_opengl_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ |