Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (76)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • 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 (...)

Sur d’autres sites (10462)

  • lpc_intrin_sse41.c : Optimize decoding 24 bit files on 32 bit platforms.

    21 septembre 2014, par Erik de Castro Lopo
    lpc_intrin_sse41.c : Optimize decoding 24 bit files on 32 bit platforms.
    

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

    • [DH] src/libFLAC/lpc_intrin_sse41.c
    • [DH] src/libFLAC/stream_decoder.c
  • MSVC : Fix libFLAC_static.vcxproj dependencies

    31 août 2015, par Erik de Castro Lopo
    MSVC : Fix libFLAC_static.vcxproj dependencies
    

    libFLAC_static.vcxproj was missing a dependency on win_utf8_io_static.

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

    • [DH] FLAC-vs2005.sln
    • [DH] src/libFLAC/libFLAC_static.vcxproj
  • ffmpeg - library - libavformat.so.52 incorect configuration path

    4 février 2013, par florin

    I had recompiled ffmpeg on a CentOS 6.3 server.

    Everithing seams to be ok but I got next error into error_log file. :

    PHP Startup: Unable to load dynamic library &#39;/usr/local/lib/php/extensions/no-debug-non-zts-20090626/ffmpeg.so&#39; - libavformat.so.52: cannot open shared object file: No such file or directory in Unknown on line 0

    Here is my ffmpeg configuration :

    root@mail [~]# ffmpeg
    ffmpeg version N-49152-g49b729d Copyright (c) 2000-2013 the FFmpeg developers
     built on Jan 22 2013 22:26:36 with gcc 4.4.6 (GCC) 20120305 (Red Hat 4.4.6-4)
     configuration: --enable-version3 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-gpl --enable-postproc --enable-nonfree --enable-pthreads --enable-libvo-aacenc --enable-postproc --enable-swscale --enable-avfilter --enable-shared --enable-runtime-cpudetect --disable-stripping --extra-cflags=&#39;-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC&#39;
     libavutil      52. 15.100 / 52. 15.100
     libavcodec     54. 90.100 / 54. 90.100
     libavformat    54. 61.103 / 54. 61.103
     libavdevice    54.  3.102 / 54.  3.102
     libavfilter     3. 33.100 /  3. 33.100
     libswscale      2.  2.100 /  2.  2.100
     libswresample   0. 17.102 /  0. 17.102
     libpostproc    52.  2.100 / 52.  2.100

    What I understand from this is that I had compiled libavformat.54 BUT in ffmpeg.so config there is libavformat.52 .... How can I fix that ?

    Thank You.