]> git.sesse.net Git - vlc/commitdiff
cmake: remove unneeded checks.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 10 Feb 2008 12:43:50 +0000 (12:43 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 10 Feb 2008 12:43:50 +0000 (12:43 +0000)
extras/buildsystem/cmake/include/config.cmake

index 1cf0a1f50825636a8cf6e51ae7206c0859f613fd..545dcebedfb070c6f5dd52cc5f931e868a6c2db1 100644 (file)
@@ -222,9 +222,9 @@ if(APPLE)
     # On Pre-10.5
     vlc_module_add_link_flags (ffmpeg "-read_only_relocs warning")
 
-    vlc_check_include_files (ApplicationServices/ApplicationServices.h)
-    vlc_check_include_files (Carbon/Carbon.h)
-    vlc_check_include_files (CoreAudio/CoreAudio.h)
+   # vlc_check_include_files (ApplicationServices/ApplicationServices.h)
+   # vlc_check_include_files (Carbon/Carbon.h)
+   # vlc_check_include_files (CoreAudio/CoreAudio.h)
 
    # check_symbol_exists (CFLocaleCopyCurrent "CoreFoundation/CoreFoundation.h" "" HAVE_CFLOCALECOPYCURRENT)
    # check_symbol_exists (CFPreferencesCopyAppValue "CoreFoundation/CoreFoundation.h" "" HAVE_CFPREFERENCESCOPYAPPVALUE)
@@ -487,8 +487,6 @@ find_package(X11)
 if(X11_FOUND)
   vlc_enable_modules(x11 panoramix)
   vlc_check_include_files (X11/Xlib.h)
-  vlc_check_include_files (gl/glu.h)
-  vlc_check_include_files (gl/glx.h)
   vlc_module_add_link_libraries(x11       ${X11_LIBRARIES})
   vlc_module_add_link_libraries(panoramix ${X11_LIBRARIES})
 endif(X11_FOUND)