tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

moz.build (587B)


      1 # -*- Mode: python; 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/.
      6 
      7 SOURCES += [
      8     'cpu.c',
      9     'float_dsp_init.c',
     10     'float_dsp_neon.S',
     11     'tx_float_init.c',
     12     'tx_float_neon.S'
     13 ]
     14 
     15 if CONFIG['OS_ARCH'] == 'WINNT':
     16     USE_INTEGRATED_CLANGCL_AS = True
     17     DEFINES['EXTERN_ASM'] = ''
     18 
     19 FINAL_LIBRARY = 'mozavutil'
     20 
     21 include('/media/ffvpx/ffvpxcommon.mozbuild')