summaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindFFMPEG.cmake
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2017-09-02 15:02:54 +0200
committermanuel <manuel@mausz.at>2017-09-02 15:02:54 +0200
commit0afb1d4d51973cf52973617c92236d851a039d31 (patch)
tree300741b800f0e013ba1e709cc46460de6383f2bb /cmake/modules/FindFFMPEG.cmake
parent86b22151f0758311fd146ff508e7254337414bc1 (diff)
downloadkodi-pvr-build-0afb1d4d51973cf52973617c92236d851a039d31.tar.gz
kodi-pvr-build-0afb1d4d51973cf52973617c92236d851a039d31.tar.bz2
kodi-pvr-build-0afb1d4d51973cf52973617c92236d851a039d31.zip
sync with upstream
Diffstat (limited to 'cmake/modules/FindFFMPEG.cmake')
-rw-r--r--cmake/modules/FindFFMPEG.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/FindFFMPEG.cmake b/cmake/modules/FindFFMPEG.cmake
index dbeb444..02c8d28 100644
--- a/cmake/modules/FindFFMPEG.cmake
+++ b/cmake/modules/FindFFMPEG.cmake
@@ -250,6 +250,7 @@ if(NOT FFMPEG_FOUND)
250 -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} 250 -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
251 -DFFMPEG_VER=${FFMPEG_VER} 251 -DFFMPEG_VER=${FFMPEG_VER}
252 -DCORE_SYSTEM_NAME=${CORE_SYSTEM_NAME} 252 -DCORE_SYSTEM_NAME=${CORE_SYSTEM_NAME}
253 -DCORE_PLATFORM_NAME=${CORE_PLATFORM_NAME_LC}
253 -DCPU=${CPU} 254 -DCPU=${CPU}
254 -DENABLE_NEON=${ENABLE_NEON} 255 -DENABLE_NEON=${ENABLE_NEON}
255 -DCMAKE_C_FLAGS=${CMAKE_C_FLAGS} 256 -DCMAKE_C_FLAGS=${CMAKE_C_FLAGS}