diff --git a/CMakeLists.txt b/CMakeLists.txt index a8fc1f0ae7..f7afb60cee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -469,7 +469,7 @@ if(NOT ANDROID) if(ENCODE_FRAMEDUMPS) check_libav() if(LIBAV_FOUND) - LIST(APPEND LIBS ${LIBAV_LIBRARIES}) + LIST(APPEND LIBS ${LIBAV_LDFLAGS}) endif() endif()