mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 09:18:54 -05:00
Merge pull request #1746 from srcejon/fix_1740
Fix misspelling of FFMPEG_FOUND
This commit is contained in:
commit
7359e48360
2
external/CMakeLists.txt
vendored
2
external/CMakeLists.txt
vendored
@ -402,7 +402,7 @@ else()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (NOT FFMEG_FOUND AND NOT USE_PRECOMPILED_LIBS)
|
||||
if (NOT FFMPEG_FOUND AND NOT USE_PRECOMPILED_LIBS)
|
||||
|
||||
# Libs only used by ffmpeg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user