Skip to content

Commit

Permalink
swap webp with hevc
Browse files Browse the repository at this point in the history
  • Loading branch information
1Conan committed Nov 11, 2023
1 parent 104c7ef commit 6a1ec43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
--disable-i386 \
--disable-x86-64 \
--disable-x86-64-mac-catalyst \
--enable-libvpx \
--enable-libwebp \
--enable-opus \
--enable-ios-audiotoolbox \
--enable-ios-videotoolbox \
--enable-ios-avfoundation \
--enable-ios-zlib \
--enable-ios-bzip2 \
--enable-ios-libiconv \
Expand Down
4 changes: 2 additions & 2 deletions scripts/apple/ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,8 @@ ${SED_INLINE} 's/static int av_log_level/__thread int av_log_level/g' "${BASEDIR
--disable-vdpau \
--enable-decoder=libvpx_vp9,opus \
--enable-demuxer=matroska,ogg \
--enable-encoder=libwebp_anim,aac_at \
--enable-muxer=webp,adts \
--enable-encoder=hevc_videotoolbox,aac_at \
--enable-muxer=mov,adts \
--enable-protocol=file \
--enable-filter=scale,null,format,anull,aresample \
--enable-lto \
Expand Down
1 change: 0 additions & 1 deletion scripts/function.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,6 @@ check_if_dependency_rebuilt() {
case $1 in
cpu-features)
set_dependency_rebuilt_flag "libvpx"
set_dependency_rebuilt_flag "libwebp"
set_dependency_rebuilt_flag "openh264"
;;
expat)
Expand Down

0 comments on commit 6a1ec43

Please sign in to comment.