summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-media_libtheora_moz.build
blob: 8050eae122b24fdde478371178e16b23a4a49c39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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']