Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Mar 7, 2024
1 parent 9a4baa0 commit 745da58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/SuperBuild/cmake/Modules/BuildFFmpeg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,9 @@ else()
if(APPLE)
list(APPEND FFmpeg_CONFIGURE_ARGS
--enable-encoder=pcm_alaw_at
--enable-deccoder=pcm_alaw_at
--enable-decoder=pcm_alaw_at
--enable-encoder=pcm_mulaw_at
--enable-deccoder=pcm_mulaw_at)
--enable-decoder=pcm_mulaw_at)
endif()
endif()
list(APPEND FFmpeg_CONFIGURE_ARGS
Expand Down

0 comments on commit 745da58

Please sign in to comment.