We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1fdbd commit ad3233bCopy full SHA for ad3233b
AUTHORS.txt
@@ -44,3 +44,6 @@ Matthias Klumpp
44
CMake build system
45
Distro integration
46
Bug fixes
47
+
48
+Mischa Spiegelmock
49
+ Mac OS X updates and native iTunes visualization plugin
src/libprojectM/CMakeLists.txt
@@ -120,8 +120,8 @@ endif(USE_THREADS)
120
if (APPLE)
121
ADD_DEFINITIONS(-DMACOS -DSTBI_NO_DDS)
122
set(RESOURCE_PREFIX "Resources")
123
- FIND_LIBRARY(COREFOUNDATION_LIBRARY CoreFoundation)
124
- FIND_LIBRARY(OPENGL_LIBRARIES OpenGL)
+ FIND_LIBRARY(COREFOUNDATION_LIBRARY CoreFoundation)
+ FIND_LIBRARY(OPENGL_LIBRARIES OpenGL)
125
else (APPLE)
126
if (WIN32)
127
set (RESOURCE_PREFIX "Resources")
0 commit comments