update BUILD.gn.

Signed-off-by: delicatedawn <1967710944@qq.com>
This commit is contained in:
delicatedawn 2024-11-12 10:22:44 +00:00 committed by Gitee
parent bdf56421e9
commit 34edf56bbb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -147,7 +147,6 @@ config("ffmpeg_config") {
"-DOHOS_SUBTITLE_DEMUXER",
"-DOHOS_EXPAND_MP4_INFO",
"-DOHOS_OPTIMIZE_DELAY",
"-DOHOS_AV3A_DEMUXER",
]
if (use_musl) {
cflags += [ "-Wno-bool-operation" ]
@ -1118,7 +1117,6 @@ ohos_source_set("ffmpeg_dynamic") {
# "//third_party/ffmpeg/libavformat/async.c",
# "//third_party/ffmpeg/libavformat/au.c",
"//third_party/ffmpeg/libavformat/av1.c",
"//third_party/ffmpeg/libavformat/av3adec.c",
"//third_party/ffmpeg/libavformat/avc.c",
"//third_party/ffmpeg/libavformat/avidec.c",
"//third_party/ffmpeg/libavformat/avio.c",