media/libsoundtouch/src/soundtouch_config.h

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 #include "mozilla/SSE.h"
     3 #ifdef MOZ_SAMPLE_TYPE_FLOAT32
     4 #define SOUNDTOUCH_FLOAT_SAMPLES 1
     5 #else
     6 #define SOUNDTOUCH_INTEGER_SAMPLES 1
     7 #endif
     9 #ifndef MOZILLA_PRESUME_SSE
    10 #ifdef MOZ_SAMPLE_TYPE_FLOAT32
    11 #define SOUNDTOUCH_DISABLE_X86_OPTIMIZATIONS 1
    12 #endif
    13 #endif
    15 #ifndef MOZILLA_PRESUME_MMX
    16 #ifdef MOZ_SAMPLE_TYPE_S16
    17 #define SOUNDTOUCH_DISABLE_X86_OPTIMIZATIONS 1
    18 #endif
    19 #endif

mercurial