Skip to content

Commit

Permalink
Improve ffmpeg compile options
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Jul 11, 2024
1 parent b7d7a59 commit 51a1eba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conanfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ffmpeg/*:avformat=True
ffmpeg/*:swresample=True
ffmpeg/*:swscale=True
ffmpeg/*:postproc=True
ffmpeg/*:avfilter=True
ffmpeg/*:avfilter=False
ffmpeg/*:with_asm=True
ffmpeg/*:with_zlib=True
ffmpeg/*:with_bzip2=True
Expand All @@ -48,7 +48,7 @@ ffmpeg/*:with_libvpx=False
ffmpeg/*:with_libmp3lame=False
ffmpeg/*:with_libfdk_aac=False
ffmpeg/*:with_libwebp=False
ffmpeg/*:with_ssl=openssl
ffmpeg/*:with_ssl=False
ffmpeg/*:with_libalsa=False
ffmpeg/*:with_pulse=False
ffmpeg/*:with_vaapi=False
Expand All @@ -60,7 +60,7 @@ ffmpeg/*:with_coreimage=True
ffmpeg/*:with_audiotoolbox=True
ffmpeg/*:with_videotoolbox=True
ffmpeg/*:with_programs=False
ffmpeg/*:with_libsvtav1=True
ffmpeg/*:with_libsvtav1=False
ffmpeg/*:with_libaom=False
ffmpeg/*:with_libdav1d=False

Expand Down

0 comments on commit 51a1eba

Please sign in to comment.