Skip to content

Commit

Permalink
Merge pull request f4exb#1746 from srcejon/fix_1740
Browse files Browse the repository at this point in the history
Fix misspelling of FFMPEG_FOUND
  • Loading branch information
f4exb authored Jul 27, 2023
2 parents c2f40d6 + 686e517 commit 7359e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7359e48

Please sign in to comment.