|
|
@@ -49,6 +49,8 @@ function(find_ffmpeg_library component header)
|
|
|
${DepsPath${_lib_suffix}}
|
|
|
${DepsPath}
|
|
|
${PC_FFMPEG_${component}_INCLUDE_DIRS}
|
|
|
+ PATHS
|
|
|
+ /usr/include /usr/local/include /opt/local/include /sw/include
|
|
|
PATH_SUFFIXES ffmpeg libav include)
|
|
|
|
|
|
find_library(FFMPEG_${component}_LIBRARY
|
|
|
@@ -64,6 +66,8 @@ function(find_ffmpeg_library component header)
|
|
|
${DepsPath${_lib_suffix}}
|
|
|
${DepsPath}
|
|
|
${PC_FFMPEG_${component}_LIBRARY_DIRS}
|
|
|
+ PATHS
|
|
|
+ /usr/lib /usr/local/lib /opt/local/lib /sw/lib
|
|
|
PATH_SUFFIXES
|
|
|
lib${_lib_suffix} lib
|
|
|
libs${_lib_suffix} libs
|