mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
Fix misspelling of FFMPEG_FOUND
This commit is contained in:
parent
d484b4d9f7
commit
686e517af9
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