Skip to content
Snippets Groups Projects
Commit 5f96d478 authored by BtbN's avatar BtbN
Browse files

Fix fdk-aac library search names

parent f722887f
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ else() ...@@ -28,7 +28,7 @@ else()
/usr/include /usr/local/include /opt/local/include /sw/include) /usr/include /usr/local/include /opt/local/include /sw/include)
find_library(Libfdk_LIB find_library(Libfdk_LIB
NAMES libfdk-aac NAMES fdk-aac libfdk-aac
HINTS HINTS
${Libfdk_INCLUDE_DIR}/../lib ${Libfdk_INCLUDE_DIR}/../lib
${Libfdk_INCLUDE_DIR}/lib${_lib_suffix} ${Libfdk_INCLUDE_DIR}/lib${_lib_suffix}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment