summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-media_libtheora_moz.build
blob: d23e7e38e889bfb6570087340b1ec4bdd271c17f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-media_libtheora_moz.build,v 1.5 2016/04/27 16:22:40 ryoon Exp $

--- media/libtheora/moz.build.orig	2016-04-15 16:57:47.000000000 +0000
+++ media/libtheora/moz.build
@@ -21,6 +21,9 @@ FINAL_LIBRARY = 'gkmedias'
 # 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'] or CONFIG['CLANG_CL']:
     CFLAGS += ['-Wno-type-limits']