From cf7fe6007ee6008037e63c8d9fc7ad9af8bc8d23 Mon Sep 17 00:00:00 2001 From: Matt Messier Date: Sat, 12 May 2007 23:02:00 -0400 Subject: X11 and video output plugin configuration check cleanups -- Move x11.m4 back into configure.ac, because AC_PATH_XTRA was behaving oddly inside a macro. That code is now cleaned up enough so that it's not too painful having it there. -- Move opengl.m4 inline into video_out.m4 -- Fix x11 checks to work on Darwin, including XShm checks, Xv checks, OpenGL, and GLU checks. --- src/video_out/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index a37eae3eb..bb3552039 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -38,7 +38,7 @@ endif if HAVE_XXMC xxmc_module = xineplug_vo_out_xxmc.la endif -if HAVE_OPENGL +if ENABLE_OPENGL opengl_module = xineplug_vo_out_opengl.la endif if ENABLE_SYNCFB -- cgit v1.2.3