Skip to content

Commit

Permalink
Added back disable-programs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Feb 18, 2024
1 parent deb7025 commit 8bf521a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/SuperBuild/cmake/Modules/BuildFFmpeg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ else()
list(APPEND FFmpeg_OBJCFLAGS "--extra-objcflags=-g")
list(APPEND FFmpeg_LDFLAGS "--extra-ldflags=-g")
endif()
# --disable-programs
set(FFmpeg_CONFIGURE_ARGS
--prefix=${CMAKE_INSTALL_PREFIX}
--pkg-config-flags=--static
--disable-programs
--disable-avfilter
--disable-doc
--disable-postproc
Expand Down

0 comments on commit 8bf521a

Please sign in to comment.