Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (70)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (6912)

  • Connect ffmpeg to Visual Studio 2008

    29 avril 2014, par user2274492

    I try to connect ffmpeg to visual c++ like this, but when I type "./configure —toolchain=msvc" I have this error :

    c99wrap cl is unable to create an executable file.

    If c99wrap cl is a cross-compiler, use the —enable-cross-compile
    option. Only do this if you know what cross compiling means.

    C compiler test failed

    config.log :

    WARNING : pkg-config not found, library detection may fail. mktemp -u
    XXXXXX ./configure : line 728 : mktemp : command not found WARNING :
    Unknown C compiler C :\c99\c99wrap cl, unable to select optimal CFLAGS
    check_ld cc check_cc BEGIN /tmp/ffconf..ZHENYA.500.5884.c
    1 int main(void) return 0 ; END /tmp/ffconf..ZHENYA.500.5884.c C :\c99\c99wrap cl -c -o /tmp/ffconf..ZHENYA.500.5884.o
    /tmp/ffconf..ZHENYA.500.5884.c fatal error C1510 : Cannot load language
    resource clui.dll. C compiler test failed.

    What’s the problem ? Or just send me files that you got after compilation with this (I would not have asked, but I fix this two months) :

    ./configure —toolchain=msvc

    make

    make install


    log after changes :

      WARNING: pkg-config not found, library detection may fail.
    mktemp -u XXXXXX
    Uxplas
    check_ld cc
    check_cc
    BEGIN /tmp/ffconf.WcAVdgRZ.c
       1   int main(void){ return 0; }
    END /tmp/ffconf.WcAVdgRZ.c
    c99wrap cl -nologo -D_USE_MATH_DEFINES -Dinline=__inline -FIstdlib.h -Dstrtoll=_strtoi64 -c -Fo /tmp/ffconf.jQtxnkfv.o /tmp/ffconf.WcAVdgRZ.c
    ffconf.WcAVdgRZ.c
    ffconf.jQtxnkfv.o_converted.c
    c99wrap link -o /tmp/ffconf.sPZUPuMJ.exe /tmp/ffconf.jQtxnkfv.o
    link: invalid option -- o
    Try `link --help' for more information.
    C compiler test failed.

    log from second computer :

    WARNING: pkg-config not found, library detection may fail.
    mktemp -u XXXXXX
    ./configure: line 749: mktemp: command not found
    WARNING: Unknown C compiler c99wrap cl, unable to select optimal CFLAGS
    check_ld cc
    check_cc
    BEGIN /tmp/ffconf..zhenya.500.4036.c
    END /tmp/ffconf..zhenya.500.4036.c
    c99wrap cl -I/local/include -c -o /tmp/ffconf..zhenya.500.4036.o /tmp/ffconf..zhenya.500.4036.c
    ./configure: line 749: c99wrap: command not found
    C compiler test failed.

    Errors :

    1>ConsoleApplication1.obj : error LNK2028: ёё√ыър эр эхЁрчЁх°хээє■ ыхъёхьє (0A000039) "void __cdecl av_register_all(void)" (?av_register_all@@$$FYAXXZ) т ЇєэъЎшш "int __clrcall main(cli::array<class>^)" (?main@@$$HYMHP$01AP$AAVString@System@@@Z)
    1>ConsoleApplication1.obj : error LNK2019: ёё√ыър эр эхЁрчЁх°хээ√щ тэх°эшщ ёшьтюы "void __cdecl av_register_all(void)" (?av_register_all@@$$FYAXXZ) т ЇєэъЎшш "int __clrcall main(cli::array<class>^)" (?main@@$$HYMHP$01AP$AAVString@System@@@Z)
    1>c:\users\Zhenya\documents\visual studio 2012\Projects\ConsoleApplication1\Debug\ConsoleApplication1.exe : fatal error LNK1120: эхЁрчЁх°хээ√ї тэх°эшї ¤ыхьхэЄют: 2
    </class></class>
  • ffmpeg .libs windows visual studio 2008

    10 mars 2018, par DM1974

    I’ve downloaded the latest version of FFMPEG dev libraries, which include all the .libs etc
    I’ve created an MFC dialogue application in visual studio 2008 and setup all the dependencies as per Use FFmpeg in Visual Studio.

    However, I’m getting the lnk2019 issue, unresolved external symbol _avcodec_register_all referenced in funtion...

    I included the extern C at the top of my programme and setup the additional included directories...

    Can anyone help please ?

    Thanks !

  • stdint.h fixes for MSVS 2005/2008

    18 janvier 2017, par Erik de Castro Lopo
    stdint.h fixes for MSVS 2005/2008
    

    This adds a new msvc2005_int.h header file which is "force included"
    as needed by the MSVS project file.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] examples/c/decode/file/example_c_decode_file.vcproj
    • [DH] examples/c/encode/file/example_c_encode_file.vcproj
    • [DH] examples/cpp/decode/file/example_cpp_decode_file.vcproj
    • [DH] examples/cpp/encode/file/example_cpp_encode_file.vcproj
    • [DH] include/FLAC/ordinals.h
    • [DH] include/share/Makefile.am
    • [DH] include/share/compat.h
    • [DH] src/flac/flac.vcproj
    • [DH] src/flac/iffscan.vcproj
    • [DH] src/libFLAC++/libFLAC++_dynamic.vcproj
    • [DH] src/libFLAC++/libFLAC++_static.vcproj
    • [DH] src/libFLAC/libFLAC_dynamic.vcproj
    • [DH] src/libFLAC/libFLAC_static.vcproj
    • [DH] src/metaflac/metaflac.vcproj
    • [DH] src/share/getopt/getopt_static.vcproj
    • [DH] src/share/grabbag/grabbag_static.vcproj
    • [DH] src/share/replaygain_analysis/replaygain_analysis_static.vcproj
    • [DH] src/share/replaygain_synthesis/replaygain_synthesis_static.vcproj
    • [DH] src/share/utf8/utf8_static.vcproj
    • [DH] src/share/win_utf8_io/win_utf8_io_static.vcproj
    • [DH] src/test_grabbag/cuesheet/test_cuesheet.vcproj
    • [DH] src/test_grabbag/picture/test_picture.vcproj
    • [DH] src/test_libFLAC++/test_libFLAC++.vcproj
    • [DH] src/test_libFLAC/test_libFLAC.vcproj
    • [DH] src/test_libs_common/test_libs_common_static.vcproj
    • [DH] src/test_seeking/test_seeking.vcproj
    • [DH] src/test_streams/test_streams.vcproj
    • [DH] src/utils/flacdiff/flacdiff.vcproj
    • [DH] src/utils/flactimer/flactimer.vcproj