We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986b2e4 commit add6d4aCopy full SHA for add6d4a
1 file changed
media/ffvpx/libavcodec/moz.build
@@ -181,6 +181,10 @@ else:
181
CXXFLAGS += CONFIG["MOZ_LIBVPX_CFLAGS"]
182
OS_LIBS += CONFIG["MOZ_LIBVPX_LIBS"]
183
184
+# Vendored FFmpeg code has type mismatches between AVCodecParser/FFCodecParser
185
+# that GCC 16+ treats as errors.
186
+CFLAGS += ['-Wno-incompatible-pointer-types']
187
+
188
SYMBOLS_FILE = 'avcodec.symbols'
189
NoVisibilityFlags()
190
0 commit comments