c4d1b3723e
Mozilla Firefox is a free, open-source and cross-platform web browser for Windows, Linux, MacOS X and many other operating systems. It is fast and easy to use, and offers many advantages over other web browsers, such as tabbed browsing and the ability to block pop-up windows. Firefox also offers excellent bookmark and history management, and it can be extended by developers using industry standards such as XML, CSS, JavaScript, C++, etc. Many extensions are available.
16 lines
531 B
Text
16 lines
531 B
Text
$NetBSD: patch-media_libtheora_moz.build,v 1.1 2017/04/27 01:55:57 ryoon Exp $
|
|
|
|
* Support system library
|
|
|
|
--- media/libtheora/moz.build.orig 2016-07-25 20:22:04.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_SYSTEM_OGG']:
|
|
+ CFLAGS += CONFIG['MOZ_OGG_CFLAGS']
|
|
+
|
|
# Suppress warnings in third-party code.
|
|
if CONFIG['GNU_CC'] or CONFIG['CLANG_CL']:
|
|
CFLAGS += ['-Wno-type-limits']
|