diff options
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@ |