traverso/traverso-0.42.0-fix-options.patch

12 lines
817 B
Diff

--- traverso-0.42.0/CMakeLists.txt 2008-08-26 17:36:14.000000000 +0200
+++ traverso-0.42.0-gil/CMakeLists.txt 2008-08-26 17:39:18.000000000 +0200
@@ -28,7 +28,7 @@
OPTION(WANT_MP3_ENCODE "Include mp3 encoding support, for creating mp3 files" OFF)
OPTION(WANT_PCH "Use precompiled headers" OFF)
OPTION(WANT_DEBUG "Debug build" OFF)
-OPTION(WANT_OPENGL "Build Traverso with OpenGL support" OFF)
+OPTION(WANT_OPENGL "Build Traverso with OpenGL support" ON)
OPTION(WANT_TRAVERSO_DEBUG "Provides 4 levels of debug ouput on the command line, always on for DEBUG builds" OFF)
OPTION(WANT_THREAD_CHECK "Checks at runtime if functions are called from the correct thread, used by developers for debugging" OFF)
OPTION(WANT_VECLIB_OPTIMIZATIONS "Build with veclib optimizations (Only for PPC based Mac OS X)" OFF)