!178 修复wmv播放问题

Merge pull request !178 from Bojack/fix_wmv
This commit is contained in:
openharmony_ci 2024-04-13 10:42:47 +00:00 committed by Gitee
commit 20fc678dec
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 8 additions and 7 deletions

View File

@ -1072,10 +1072,11 @@ ohos_source_set("ffmpeg_dynamic") {
# "//third_party/ffmpeg/libavformat/apngenc.c",
# "//third_party/ffmpeg/libavformat/aptxdec.c",
# "//third_party/ffmpeg/libavformat/aqtitledec.c",
# "//third_party/ffmpeg/libavformat/asf.c",
# "//third_party/ffmpeg/libavformat/asfcrypt.c",
# "//third_party/ffmpeg/libavformat/asfdec_f.c",
# "//third_party/ffmpeg/libavformat/asfdec_o.c",
"//third_party/ffmpeg/libavformat/asf.c",
"//third_party/ffmpeg/libavformat/asfcrypt.c",
"//third_party/ffmpeg/libavformat/asfdec_f.c",
"//third_party/ffmpeg/libavformat/asfdec_o.c",
# "//third_party/ffmpeg/libavformat/asfenc.c",
# "//third_party/ffmpeg/libavformat/assdec.c",
# "//third_party/ffmpeg/libavformat/assenc.c",
@ -1090,8 +1091,8 @@ ohos_source_set("ffmpeg_dynamic") {
# "//third_party/ffmpeg/libavformat/avidec.c",
"//third_party/ffmpeg/libavformat/avio.c",
"//third_party/ffmpeg/libavformat/aviobuf.c",
"//third_party/ffmpeg/libavformat/avlanguage.c",
# "//third_party/ffmpeg/libavformat/avlanguage.c",
# "//third_party/ffmpeg/libavformat/avr.c",
# "//third_party/ffmpeg/libavformat/avs.c",
# "//third_party/ffmpeg/libavformat/bethsoftvid.c",

View File

@ -52,7 +52,7 @@ FF_CONFIG_OPTIONS="
--disable-bzlib
--disable-lzma
--disable-vulkan
--enable-demuxer=mp3,aac,ape,flac,ogg,wav,mov,mpegts,amr,amrnb,amrwb,matroska,flv,mpegps
--enable-demuxer=mp3,aac,ape,flac,ogg,wav,mov,mpegts,amr,amrnb,amrwb,matroska,flv,mpegps,asf,asf_o
--enable-muxer=mp4,h264,ipod,amr,mpegts,mp3
--enable-parser=h263,h264,mpeg4video,vp8,vp9,mpegvideo
--enable-parser=mpegaudio,aac,aac_latm,av3a,amr
@ -139,7 +139,7 @@ FF_CONFIG_OPTIONS="
--disable-sdl2
--disable-bzlib
--disable-lzma
--enable-demuxer=mp3,aac,ape,flac,ogg,wav,mov,mpegts,amr,amrnb,amrwb,matroska,flv,mpegps
--enable-demuxer=mp3,aac,ape,flac,ogg,wav,mov,mpegts,amr,amrnb,amrwb,matroska,flv,mpegps,asf,asf_o
--enable-muxer=mp4,h264,ipod,amr,mpegts,mp3
--enable-parser=h263,h264,mpeg4video,vp8,vp9,mpegvideo
--enable-parser=mpegaudio,aac,aac_latm,av3a,amr