Bug 946257 - Update NetUtils and WifiUtils to support KK. r=fabrice, vchang.
[gecko.git] / media / libogg / moz.build
blobaaf02d7cd75aeda4d9842ec8b4c42775105dbfe6
1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 EXPORTS.ogg += [
8     'include/ogg/config_types.h',
9     'include/ogg/ogg.h',
10     'include/ogg/os_types.h',
13 UNIFIED_SOURCES += [
14     'src/ogg_bitwise.c',
15     'src/ogg_framing.c',
18 MSVC_ENABLE_PGO = True
20 if CONFIG['GKMEDIAS_SHARED_LIBRARY']:
21     NO_VISIBILITY_FLAGS = True
23 FINAL_LIBRARY = 'gkmedias'