summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManjeet <manjeet.1@partner.samsung.com>2024-06-10 12:17:48 +0530
committervenu.musham <venu.musham@samsung.com>2024-06-10 13:14:49 +0530
commit3c4e5f69f515779f17b060297114255cbd8974f1 (patch)
treeb7e1bf80b8f9f052560110e065fc953f1c8288ae
parentaf47e2c89f76b73443ac3862b0ef559017255abf (diff)
downloadchromium-efl-accepted/tizen_unified_toolchain.tar.gz
chromium-efl-accepted/tizen_unified_toolchain.tar.bz2
chromium-efl-accepted/tizen_unified_toolchain.zip
Change-Id: I9024573810c5c968471bd14aebd95384922ca9e7 Signed-off-by: Manjeet <manjeet.1@partner.samsung.com>
-rw-r--r--third_party/ffmpeg/BUILD.gn5
1 files changed, 4 insertions, 1 deletions
diff --git a/third_party/ffmpeg/BUILD.gn b/third_party/ffmpeg/BUILD.gn
index 0e5a2e6aa51b..a6a1ce1a162a 100644
--- a/third_party/ffmpeg/BUILD.gn
+++ b/third_party/ffmpeg/BUILD.gn
@@ -303,7 +303,10 @@ target(link_target_type, "ffmpeg_internal") {
if (!is_clang) {
# gcc doesn't have flags for specific warnings, so disable them
# all.
- cflags += [ "-w" ]
+ cflags += [
+ "-w",
+ "-Wno-incompatible-pointer-types",
+ ]
}
if (current_cpu == "arm" || current_cpu == "arm64") {