Commit 141d39e9 authored by Faustino Osuna's avatar Faustino Osuna

cmake/config.cmake: Look for postproc/postprocess.h or libpostproc/postprocess.h.

parent 2ae18591
......@@ -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})
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment