Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (87)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Configuration spécifique pour PHP5

    4 février 2011, par

    PHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
    Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
    Modules spécifiques
    Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (5668)

  • ERROR : openssl not found during FFmpeg ./configure [migrated]

    21 septembre 2016, par bot1131357

    I am trying to build my FFmpeg library on Ubuntu with the following dependencies :

    • libogg ( /home/reccsi/Dev/build-x64/libogg )
    • libvorbis( /home/reccsi/Dev/build-x64/libvorbis )
    • libvpx( /home/reccsi/Dev/build-x64/libvpx )
    • libopenssl( /home/reccsi/Dev/build-x64/libopenssl )

    I have build them all successfully and added the pkg-config files into /usr/share/pkgconfig

    However, when I configure FFmpeg I get this :

    $ ./configure  --prefix=/home/reccsi/Dev/build-x64/ffmpeg/  --pkg-config-flags="--static" --enable-shared --enable-libvpx --enable-libvorbis --enable-openssl --enable-pic --enable-debug
    ERROR: openssl not found

    If you think configure made a mistake, make sure you are using the latest
    version from Git.  If the latest version fails, report the problem to the
    ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
    Include the log file "config.log" produced by configure as this will help
    solve the problem.
    $

    I thought that was odd, so I looked into config.log and found this :

    (...lots of text)
    BEGIN /tmp/ffconf.2Hr4i7dx.c
       1   #include <vpx></vpx>vpx_encoder.h>
       2   #include <vpx></vpx>vp8cx.h>
       3   long check_vpx_codec_vp8_cx(void) { return (long) vpx_codec_vp8_cx; }
       4   int main(void) { return 0; }
    END /tmp/ffconf.2Hr4i7dx.c
    gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -std=c99 -fomit-frame-pointer -fPIC -pthread -I/home/reccsi/Dev/build-x64/libvpx/include -I/home/reccsi/Dev/build-x64/libvpx/include -L/home/reccsi/Dev/build-x64/libvpx/lib -c -o /tmp/ffconf.btwr26JX.o /tmp/ffconf.2Hr4i7dx.c
    gcc -Wl,--as-needed -Wl,-z,noexecstack -I/home/reccsi/Dev/build-x64/libvpx/include -L/home/reccsi/Dev/build-x64/libvpx/lib -o /tmp/ffconf.gwkghql5 /tmp/ffconf.btwr26JX.o -lvpx -lm -lpthread -L/home/reccsi/Dev/build-x64/libvpx/lib -lvpx -lm -lpthread -lvorbisenc -lvorbis -logg -lm -llzma -lz -pthread
    check_pkg_config vpx >= 1.3.0 vpx/vpx_decoder.h vpx/vp8dx.h vpx_codec_vp9_dx
    pkg-config --exists --print-errors vpx >= 1.3.0
    check_func_headers vpx/vpx_decoder.h vpx/vp8dx.h vpx_codec_vp9_dx -I/home/reccsi/Dev/build-x64/libvpx/include -L/home/reccsi/Dev/build-x64/libvpx/lib -lvpx -lm -lpthread
    check_ld cc -I/home/reccsi/Dev/build-x64/libvpx/include -L/home/reccsi/Dev/build-x64/libvpx/lib -lvpx -lm -lpthread
    check_cc -I/home/reccsi/Dev/build-x64/libvpx/include -L/home/reccsi/Dev/build-x64/libvpx/lib
    BEGIN /tmp/ffconf.2Hr4i7dx.c
       1   #include <vpx></vpx>vpx_decoder.h>
       2   #include <vpx></vpx>vp8dx.h>
       3   long check_vpx_codec_vp9_dx(void) { return (long) vpx_codec_vp9_dx; }
       4   int main(void) { return 0; }
    END /tmp/ffconf.2Hr4i7dx.c
    gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -std=c99 -fomit-frame-pointer -fPIC -pthread -I/home/reccsi/Dev/build-x64/libvpx/include -I/home/reccsi/Dev/build-x64/libvpx/include -I/home/reccsi/Dev/build-x64/libvpx/include -L/home/reccsi/Dev/build-x64/libvpx/lib -c -o /tmp/ffconf.btwr26JX.o /tmp/ffconf.2Hr4i7dx.c
    gcc -Wl,--as-needed -Wl,-z,noexecstack -I/home/reccsi/Dev/build-x64/libvpx/include -L/home/reccsi/Dev/build-x64/libvpx/lib -o /tmp/ffconf.gwkghql5 /tmp/ffconf.btwr26JX.o -lvpx -lm -lpthread -L/home/reccsi/Dev/build-x64/libvpx/lib -lvpx -lm -lpthread -L/home/reccsi/Dev/build-x64/libvpx/lib -lvpx -lm -lpthread -lvorbisenc -lvorbis -logg -lm -llzma -lz -pthread
    check_pkg_config vpx >= 1.3.0 vpx/vpx_encoder.h vpx/vp8cx.h vpx_codec_vp9_cx
    pkg-config --exists --print-errors vpx >= 1.3.0
    check_func_headers vpx/vpx_encoder.h vpx/vp8cx.h vpx_codec_vp9_cx -I/home/reccsi/Dev/build-x64/libvpx/include -L/home/reccsi/Dev/build-x64/libvpx/lib -lvpx -lm -lpthread
    check_ld cc -I/home/reccsi/Dev/build-x64/libvpx/include -L/home/reccsi/Dev/build-x64/libvpx/lib -lvpx -lm -lpthread
    check_cc -I/home/reccsi/Dev/build-x64/libvpx/include -L/home/reccsi/Dev/build-x64/libvpx/lib
    BEGIN /tmp/ffconf.2Hr4i7dx.c
       1   #include <vpx></vpx>vpx_encoder.h>
       2   #include <vpx></vpx>vp8cx.h>
       3   long check_vpx_codec_vp9_cx(void) { return (long) vpx_codec_vp9_cx; }
       4   int main(void) { return 0; }
    END /tmp/ffconf.2Hr4i7dx.c
    gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -std=c99 -fomit-frame-pointer -fPIC -pthread -I/home/reccsi/Dev/build-x64/libvpx/include -I/home/reccsi/Dev/build-x64/libvpx/include -I/home/reccsi/Dev/build-x64/libvpx/include -I/home/reccsi/Dev/build-x64/libvpx/include -L/home/reccsi/Dev/build-x64/libvpx/lib -c -o /tmp/ffconf.btwr26JX.o /tmp/ffconf.2Hr4i7dx.c
    gcc -Wl,--as-needed -Wl,-z,noexecstack -I/home/reccsi/Dev/build-x64/libvpx/include -L/home/reccsi/Dev/build-x64/libvpx/lib -o /tmp/ffconf.gwkghql5 /tmp/ffconf.btwr26JX.o -lvpx -lm -lpthread -L/home/reccsi/Dev/build-x64/libvpx/lib -lvpx -lm -lpthread -L/home/reccsi/Dev/build-x64/libvpx/lib -lvpx -lm -lpthread -L/home/reccsi/Dev/build-x64/libvpx/lib -lvpx -lm -lpthread -lvorbisenc -lvorbis -logg -lm -llzma -lz -pthread
    check_pkg_config openssl openssl/ssl.h SSL_library_init
    pkg-config --exists --print-errors openssl
    check_func_headers openssl/ssl.h SSL_library_init -lssl -lcrypto -ldl
    check_ld cc -lssl -lcrypto -ldl
    check_cc
    BEGIN /tmp/ffconf.2Hr4i7dx.c
       1   #include <openssl></openssl>ssl.h>
       2   long check_SSL_library_init(void) { return (long) SSL_library_init; }
       3   int main(void) { return 0; }
    END /tmp/ffconf.2Hr4i7dx.c
    gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -std=c99 -fomit-frame-pointer -fPIC -pthread -I/home/reccsi/Dev/build-x64/libvpx/include -I/home/reccsi/Dev/build-x64/libvpx/include -I/home/reccsi/Dev/build-x64/libvpx/include -I/home/reccsi/Dev/build-x64/libvpx/include -c -o /tmp/ffconf.btwr26JX.o /tmp/ffconf.2Hr4i7dx.c
    In file included from /usr/include/openssl/evp.h:66:0,
                    from /usr/include/openssl/x509.h:73,
                    from /usr/include/openssl/ssl.h:156,
                    from /tmp/ffconf.2Hr4i7dx.c:1:
    /usr/local/include/openssl/opensslconf.h:18:3: error: #error OPENSSL_ALGORITHM_DEFINES no longer supported
    # error OPENSSL_ALGORITHM_DEFINES no longer supported
      ^
    In file included from /usr/include/openssl/ssl.h:165:0,
                    from /tmp/ffconf.2Hr4i7dx.c:1:
    /usr/include/openssl/kssl.h:72:18: fatal error: krb5.h: No such file or directory
    #include
                     ^
    compilation terminated.
    check_lib openssl/ssl.h SSL_library_init -lssl -lcrypto
    check_header openssl/ssl.h
    check_cpp
    BEGIN /tmp/ffconf.2Hr4i7dx.c
       1   #include <openssl></openssl>ssl.h>
       2   int x;
    END /tmp/ffconf.2Hr4i7dx.c
    gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -std=c99 -fomit-frame-pointer -fPIC -pthread -I/home/reccsi/Dev/build-x64/libvpx/include -I/home/reccsi/Dev/build-x64/libvpx/include -I/home/reccsi/Dev/build-x64/libvpx/include -I/home/reccsi/Dev/build-x64/libvpx/include -E -o /tmp/ffconf.btwr26JX.o /tmp/ffconf.2Hr4i7dx.c
    In file included from /usr/include/openssl/evp.h:66:0,
                    from /usr/include/openssl/x509.h:73,
                    from /usr/include/openssl/ssl.h:156,
                    from /tmp/ffconf.2Hr4i7dx.c:1:
    /usr/local/include/openssl/opensslconf.h:18:3: error: #error OPENSSL_ALGORITHM_DEFINES no longer supported
    # error OPENSSL_ALGORITHM_DEFINES no longer supported
      ^
    In file included from /usr/include/openssl/ssl.h:165:0,
                    from /tmp/ffconf.2Hr4i7dx.c:1:
    /usr/include/openssl/kssl.h:72:18: fatal error: krb5.h: No such file or directory
    #include
                     ^
    compilation terminated.
    check_lib openssl/ssl.h SSL_library_init -lssl32 -leay32
    check_header openssl/ssl.h
    check_cpp
    BEGIN /tmp/ffconf.2Hr4i7dx.c
       1   #include <openssl></openssl>ssl.h>
       2   int x;
    END /tmp/ffconf.2Hr4i7dx.c
    gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -std=c99 -fomit-frame-pointer -fPIC -pthread -I/home/reccsi/Dev/build-x64/libvpx/include -I/home/reccsi/Dev/build-x64/libvpx/include -I/home/reccsi/Dev/build-x64/libvpx/include -I/home/reccsi/Dev/build-x64/libvpx/include -E -o /tmp/ffconf.btwr26JX.o /tmp/ffconf.2Hr4i7dx.c
    In file included from /usr/include/openssl/evp.h:66:0,
                    from /usr/include/openssl/x509.h:73,
                    from /usr/include/openssl/ssl.h:156,
                    from /tmp/ffconf.2Hr4i7dx.c:1:
    /usr/local/include/openssl/opensslconf.h:18:3: error: #error OPENSSL_ALGORITHM_DEFINES no longer supported
    # error OPENSSL_ALGORITHM_DEFINES no longer supported
      ^
    In file included from /usr/include/openssl/ssl.h:165:0,
                    from /tmp/ffconf.2Hr4i7dx.c:1:
    /usr/include/openssl/kssl.h:72:18: fatal error: krb5.h: No such file or directory
    #include
                     ^
    compilation terminated.
    check_lib openssl/ssl.h SSL_library_init -lssl -lcrypto -lws2_32 -lgdi32
    check_header openssl/ssl.h
    check_cpp
    BEGIN /tmp/ffconf.2Hr4i7dx.c
       1   #include <openssl></openssl>ssl.h>
       2   int x;
    END /tmp/ffconf.2Hr4i7dx.c
    gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -std=c99 -fomit-frame-pointer -fPIC -pthread -I/home/reccsi/Dev/build-x64/libvpx/include -I/home/reccsi/Dev/build-x64/libvpx/include -I/home/reccsi/Dev/build-x64/libvpx/include -I/home/reccsi/Dev/build-x64/libvpx/include -E -o /tmp/ffconf.btwr26JX.o /tmp/ffconf.2Hr4i7dx.c
    In file included from /usr/include/openssl/evp.h:66:0,
                    from /usr/include/openssl/x509.h:73,
                    from /usr/include/openssl/ssl.h:156,
                    from /tmp/ffconf.2Hr4i7dx.c:1:
    /usr/local/include/openssl/opensslconf.h:18:3: error: #error OPENSSL_ALGORITHM_DEFINES no longer supported
    # error OPENSSL_ALGORITHM_DEFINES no longer supported
      ^
    In file included from /usr/include/openssl/ssl.h:165:0,
                    from /tmp/ffconf.2Hr4i7dx.c:1:
    /usr/include/openssl/kssl.h:72:18: fatal error: krb5.h: No such file or directory
    #include
                     ^
    compilation terminated.
    ERROR: openssl not found

    Has anyone else seen experienced this ?

  • Merge remote-tracking branch ’qatar/master’

    4 avril 2014, par Michael Niedermayer
    Merge remote-tracking branch ’qatar/master’
    

    * qatar/master : (31 commits)
    riff : Add an additional AAC TwoCC
    riff : support 0xa100 TwoCC for G723_1
    riff : add 0x594a TwoCC for Xan DPCM
    riff : add 0x64 to g726
    riff : add G723_1 wav tag
    riff : map 0x0038 to amrnb
    riff : Support FLIC FourCC
    riff : add escape130 FourCC
    riff : support ’aas4’ FourCC
    riff : add "YUV8" FourCC
    riff : Add "S263" FourCC
    riff : Support XMPG as mpeg1
    riff : support BW10 as mpeg1
    riff : Add SLDV FourCC for dvvideo
    riff : Support NTSC forward dvcpro videos
    riff : add dvis/pdvc FourCCs
    riff : add "GXVE" FourCC for WMV2
    riff : add PLV1 fourcc to mpeg4
    riff : Support decoding ASP variant from QNAP Systems
    riff : add "SM4V" FourCC
    ...

    Conflicts :
    libavformat/riff.c

    See : various commits, all the merged changes where in ffmpeg already

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/riff.c
  • Compiling ffmpeg to support SPEEX decoding

    10 avril 2014, par user2955351

    I am trying to compile ffmpeg to support Speex decoding. I have enabled speex decoding using the following flag —enable-libspeex in my shell script. I have also compiled speex 1.2rc1 downloaded from this link. After compiling the header files are available on this path /usr/local/include/speex. Following the above procedure when ffmpeg is compiled to produce support for SPEEX decoding I get the error libspeex not found.
    Can anyone help me with this ?

    Config.log :

       BEGIN /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.5U5MfgMb.c
       1   #include
       2   float foo(float f, float g) { return roundf(f); }
       3   int main(void){ return (int) foo; }
       END /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.5U5MfgMb.c
       xcrun -sdk iphoneos clang -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -
       DPIC -arch armv7s -mios-version-min=6.0 -mcpu= -std=c99 -fomit-frame-pointer -fPIC -
       mthumb -c -o /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.8q3GcEO3.o
       /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.5U5MfgMb.c
       clang: warning: joined argument expects additional value: &#39;-mcpu=&#39;
       xcrun -sdk iphoneos clang -arch armv7s -mios-version-min=6.0 -Wl,-dynamic,-
       search_paths_first -o /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.vFN4Vpqk
       /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.8q3GcEO3.o -lm -lz
       check_mathfunc sinf 1
       check_ld cc
       check_cc
       BEGIN /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.5U5MfgMb.c
        1  #include
        2  float foo(float f, float g) { return sinf(f); }
        3  int main(void){ return (int) foo; }
        END /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.5U5MfgMb.c
        xcrun -sdk iphoneos clang -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -
        DPIC  -arch armv7s -mios-version-min=6.0 -mcpu= -std=c99 -fomit-frame-pointer -fPIC -
        mthumb -c -o /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.8q3GcEO3.o
        /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.5U5MfgMb.c
        clang: warning: joined argument expects additional value: &#39;-mcpu=&#39;
        xcrun -sdk iphoneos clang -arch armv7s -mios-version-min=6.0 -Wl,-dynamic,-
       search_paths_first -o /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.vFN4Vpqk
       /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.8q3GcEO3.o -lm -lz
       check_mathfunc trunc 1
       check_ld cc
        check_cc
       BEGIN /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.5U5MfgMb.c
        1  #include
        2  float foo(float f, float g) { return trunc(f); }
        3  int main(void){ return (int) foo; }
       END /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.5U5MfgMb.c
        xcrun -sdk iphoneos clang -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -
         DPIC -arch armv7s -mios-version-min=6.0 -mcpu= -std=c99 -fomit-frame-pointer -fPIC -
        mthumb -c -o /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.8q3GcEO3.o
       /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.5U5MfgMb.c
       clang: warning: joined argument expects additional value: &#39;-mcpu=&#39;
       xcrun -sdk iphoneos clang -arch armv7s -mios-version-min=6.0 -Wl,-dynamic,-               search_paths_first -o /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.vFN4Vpqk /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.8q3GcEO3.o -lm -lz
    check_mathfunc truncf 1
    check_ld cc
    check_cc
    BEGIN /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.5U5MfgMb.c
       1   #include
       2   float foo(float f, float g) { return truncf(f); }
       3   int main(void){ return (int) foo; }
    END /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.5U5MfgMb.c
    xcrun -sdk iphoneos clang -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -arch armv7s -mios-version-min=6.0 -mcpu= -std=c99 -fomit-frame-pointer -fPIC -mthumb -c -o /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.8q3GcEO3.o /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.5U5MfgMb.c
    clang: warning: joined argument expects additional value: &#39;-mcpu=&#39;
    xcrun -sdk iphoneos clang -arch armv7s -mios-version-min=6.0 -Wl,-dynamic,-search_paths_first -o /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.vFN4Vpqk /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.8q3GcEO3.o -lm -lz
    check_lib speex/speex.h speex_decoder_init -lspeex
    check_header speex/speex.h
    check_cpp
    BEGIN /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.5U5MfgMb.c
       1   #include <speex></speex>speex.h>
       2   int x;
    END /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.5U5MfgMb.c
    xcrun -sdk iphoneos clang -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -arch armv7s -mios-version-min=6.0 -mcpu= -std=c99 -fomit-frame-pointer -fPIC -mthumb -E -o /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.8q3GcEO3.o /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.5U5MfgMb.c
    clang: warning: joined argument expects additional value: &#39;-mcpu=&#39;
    /var/folders/5p/cffcbsm954b632yfzq4jrbbw0000gn/T//ffconf.5U5MfgMb.c:1:10: fatal error: &#39;speex/speex.h&#39; file not found
    #include <speex></speex>speex.h>
            ^
    1 error generated.
    ERROR: libspeex not found