Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  moz.build   Sprache: unbekannt

 
Spracherkennung für: .build vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

# Due to duplicate file names, we compile libavutil/x86 in its own
# moz.build file.
if CONFIG['FFVPX_ASFLAGS']:
    if CONFIG['TARGET_CPU'] == 'x86' or CONFIG['TARGET_CPU'] == 'x86_64':
        DIRS += ['x86']
    elif CONFIG['TARGET_CPU'] == 'arm':
        DIRS += ['arm']

if CONFIG['TARGET_CPU'] == 'aarch64':
    DIRS += ['aarch64']

SharedLibrary('mozavutil')
SOURCES += [
    'avsscanf.c',
    'avstring.c',
    'bprint.c',
    'buffer.c',
    'channel_layout.c',
    'container_fifo.c',
    'cpu.c',
    'crc.c',
    'dict.c',
    'error.c',
    'eval.c',
    'fifo.c',
    'fixed_dsp.c',
    'float_dsp.c',
    'float_scalarproduct.c',
    'frame.c',
    'hwcontext.c',
    'imgutils.c',
    'log.c',
    'log2_tab.c',
    'mastering_display_metadata.c',
    'mathematics.c',
    'mem.c',
    'opt.c',
    'parseutils.c',
    'pixdesc.c',
    'rational.c',
    'refstruct.c',
    'reverse.c',
    'samplefmt.c',
    'side_data.c',
    'slicethread.c',
    'time.c',
    'timecode_internal.c',
    'tx.c',
    'tx_double.c',
    'tx_float.c',
    'tx_int32.c',
    'utils.c'
]

if not CONFIG['MOZ_FFVPX_AUDIOONLY']:
    SOURCES += [
        'adler32.c',
        'base64.c',
        'film_grain_params.c',
        'hdr_dynamic_metadata.c',
        'integer.c',
        'intmath.c',
        'lls.c',
        'pixelutils.c',
        'threadmessage.c',
        'timecode.c',
        'video_enc_params.c'
    ]
    if CONFIG["MOZ_WIDGET_TOOLKIT"] == "gtk":
        LOCAL_INCLUDES += ['/media/mozva']
        SOURCES += [
            'hwcontext_vaapi.c',
        ]
        USE_LIBS += ['mozva']
    elif CONFIG["MOZ_WIDGET_TOOLKIT"] == "windows":
        SOURCES += [
            'hwcontext_d3d11va.c',
        ]
    elif CONFIG["MOZ_WIDGET_TOOLKIT"] == "android":
        SOURCES += [
            'hwcontext_mediacodec.c',
        ]

EXPORTS.ffvpx += [
    "tx.h"
]

if CONFIG["MOZ_WIDGET_TOOLKIT"] == "windows":
    EXPORTS.ffvpx += [
        "hwcontext_d3d11va.h"
    ]

if CONFIG["MOZ_WIDGET_TOOLKIT"] == "android":
    EXPORTS.ffvpx += [
        "hwcontext_mediacodec.h"
    ]

SYMBOLS_FILE =  'avutil.symbols'
NoVisibilityFlags()

OS_LIBS += CONFIG['REALTIME_LIBS']
if CONFIG['OS_TARGET'] != 'WINNT':
    OS_LIBS += ['m']

OS_LIBS += CONFIG["LIBATOMIC_LIBS"]

if CONFIG["MOZ_WIDGET_TOOLKIT"] == "android":
    OS_LIBS += ['android']

include("../ffvpxcommon.mozbuild")

[Dauer der Verarbeitung: 0.40 Sekunden]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002