]> git.sesse.net Git - vlc/commitdiff
cmake/config.cmake: Look for postproc/postprocess.h or libpostproc/postprocess.h.
authorFaustino Osuna <riquedafreak@videolan.org>
Fri, 29 Feb 2008 17:49:40 +0000 (17:49 +0000)
committerFaustino Osuna <riquedafreak@videolan.org>
Fri, 29 Feb 2008 17:49:40 +0000 (17:49 +0000)
extras/buildsystem/cmake/include/config.cmake

index 0a95268736a878de148513325a267f9eec1a6abc..f79badbc545f8ea7d8b72fb27ea89750bb91edf3 100644 (file)
@@ -467,8 +467,8 @@ if(FFmpeg_FOUND)
   vlc_check_include_files (ffmpeg/avcodec.h libavcodec/avcodec.h)
   vlc_check_include_files (ffmpeg/avutil.h libavutil/avutil.h)
   vlc_check_include_files (ffmpeg/swscale.h libswscale/swscale.h)
-  
-  check_include_files ("stdint.h;postproc/postprocess.h" HAVE_POSTPROC_POSTPROCESS_H)
+  vlc_check_include_files (postproc/postprocess.h libpostproc/postprocess.h)
+
   vlc_enable_modules(ffmpeg)
   vlc_add_module_compile_flag(ffmpeg ${FFmpeg_CFLAGS})
   vlc_module_add_link_libraries(ffmpeg ${FFmpeg_LIBRARIES})