11 lines
379 B
Plaintext
11 lines
379 B
Plaintext
$NetBSD: patch-media_libtheora_moz.build,v 1.1 2016/02/14 07:30:54 ryoon Exp $
|
|
|
|
--- media/libtheora/moz.build.orig 2015-02-17 21:40:41.000000000 +0000
|
|
+++ media/libtheora/moz.build
|
|
@@ -93,3 +93,5 @@ if CONFIG['GNU_AS']:
|
|
if CONFIG['OS_TARGET'] == 'Android':
|
|
DEFINES['__linux__'] = True
|
|
|
|
+if CONFIG['MOZ_NATIVE_OGG']:
|
|
+ CFLAGS += CONFIG['MOZ_OGG_CFLAGS']
|