Skip to content

Commit

Permalink
Disable fewer things upfront in the ffmpeg build
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-malburg committed Nov 21, 2024
1 parent 0b67b06 commit 583a2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-ports/ffmpeg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ set(OPTIONS "--enable-pic --disable-doc --enable-debug --enable-runtime-cpudetec
# - Muxers and Demuxers (Formats): https://ffmpeg.org/ffmpeg-formats.html
# - Encoders and decoders (Codecs): https://www.ffmpeg.org/ffmpeg-codecs.html
# - HW Acceleration: https://trac.ffmpeg.org/wiki/HWAccelIntro
string(APPEND OPTIONS " --disable-encoders --disable-decoders --disable-programs --disable-muxers --disable-demuxers --disable-filters --disable-bsfs --disable-protocols --disable-devices")
string(APPEND OPTIONS " --disable-encoders --disable-decoders --disable-muxers --disable-demuxers --disable-protocols")
string(APPEND OPTIONS " --disable-securetransport") # To avoid AppStore rejection by disabling the use of private API SecIdentityCreate()
string(APPEND OPTIONS " --enable-protocol=file")

Expand Down

0 comments on commit 583a2b2

Please sign in to comment.