pkgsrc-ng/www/firefox/patches/patch-media_libtheora_moz.build
2016-01-21 23:42:40 +01:00

15 lines
494 B
Plaintext

$NetBSD: patch-media_libtheora_moz.build,v 1.4 2015/09/23 06:44:42 ryoon Exp $
--- media/libtheora/moz.build.orig 2015-08-24 21:53:11.000000000 +0000
+++ media/libtheora/moz.build
@@ -21,6 +21,9 @@ if CONFIG['GKMEDIAS_SHARED_LIBRARY']:
# The encoder is currently not included.
DEFINES['THEORA_DISABLE_ENCODE'] = True
+if CONFIG['MOZ_NATIVE_OGG']:
+ CFLAGS += CONFIG['MOZ_OGG_CFLAGS']
+
# Suppress warnings in third-party code.
if CONFIG['GNU_CC']:
CFLAGS += ['-Wno-type-limits']