tor-browser

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

moz.build (681B)


      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     'cpuid.asm',
     10     'emms.asm',
     11     'fixed_dsp.asm',
     12     'fixed_dsp_init.c',
     13     'float_dsp.asm',
     14     'float_dsp_init.c',
     15     'imgutils.asm',
     16     'imgutils_init.c',
     17     'lls.asm',
     18     'lls_init.c',
     19     'pixelutils.asm',
     20     'pixelutils_init.c',
     21     'tx_float.asm',
     22     'tx_float_init.c',
     23 ]
     24 
     25 FINAL_LIBRARY = 'mozavutil'
     26 
     27 include('/media/ffvpx/ffvpxcommon.mozbuild')