Last active
May 17, 2022 08:15
-
-
Save kkm/7c30aa8eb124c2ce9aee6f4d36be7176 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/chromium/scripts/build_ffmpeg.py b/chromium/scripts/build_ffmpeg.py | |
index 881494a..b56e435 100755 | |
--- a/chromium/scripts/build_ffmpeg.py | |
+++ b/chromium/scripts/build_ffmpeg.py | |
@@ -552,9 +552,9 @@ def main(argv): | |
# Google Chrome & ChromeOS specific configuration. | |
configure_flags['Chrome'].extend([ | |
- '--enable-decoder=aac,h264,mp3', | |
- '--enable-demuxer=aac,mp3,mov', | |
- '--enable-parser=aac,h264,mpegaudio', | |
+ '--enable-decoder=aac,ac3,eac3,h264,mp1,mp2,mp3,mpeg4,mpegvideo,hevc,flv,dca,flac', | |
+ '--enable-demuxer=aac,h264,mp3,mp4,m4v,mpegvideo,mpegts,mov,avi,flv,dts,dtshd,vc1,flac', | |
+ '--enable-parser=aac,ac3,aac3,h261,h263,h264,mepgvideo,mpeg4video,mpegaudio,dca,hevc,vc1,flac', | |
]) | |
# ChromiumOS specific configuration. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment