summarylogtreecommitdiffstats
path: root/ffmpeg-remove-asm-requirement.patch
blob: 2684590089851e65bb3416efb8ba5b51e74d248d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/StepmaniaCore.cmake
+++ b/StepmaniaCore.cmake
@@ -443,7 +443,7 @@
       )
   endif()
 
-  if(WITH_FFMPEG AND NOT YASM_FOUND AND NOT NASM_FOUND)
+  if(WITH_FFMPEG AND NOT WITH_SYSTEM_FFMPEG AND NOT YASM_FOUND AND NOT NASM_FOUND)
     message(
       "Neither NASM nor YASM were found. Please install at least one of them if you wish for ffmpeg support."
       )