Recherche avancée

Médias (0)

Mot : - Tags -/signalement

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (56)

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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (7578)

  • FFmpeg compile for Android (configure, make)

    11 août 2013, par manutd

    I want to compile ffmpeg for Android ver.
    But everytime I try, I can't compile the source of ffmpeg.
    I think my configuration option may be invalid.

    I used this script for configure.

    #!/bin/sh
    NDK_PATH=$HOME/android-ndk-r8
    PREBUILT=$NDK_PATH/toolchains/arm-linux-androideabi-4.4.3/prebuilt/darwin-x86

    LDFLAGS="-Wl,-T,$PREBUILT/armelf_linux_eabi.x -Wl,-rpath-link=$NDK_PATH/platforms/android-8/arch-arm/usr/lib \
        -L$NDK_PATH/platforms/android-8/arch-arm/usr/lib -nostdlib $PREBUILT/lib/gcc/arm-linux-androideabi/4.4.3/crtbegin.o \
        $PREBUILT/lib/gcc/arm-linux-androideabi/4.4.3/crtend.o -lc -lm -ldl"
    COMMON_CONFIG="\
             ./configure --target-os=linux \
             --arch=arm \
             --enable-cross-compile \
             --cc=$PREBUILT/bin/arm-linux-androideabi-gcc \
             --as=$PREBUILT/bin/arm-linux-androideabi-gcc \
             --cross-prefix=$PREBUILT/bin/arm-linux-androideabi- \
             --sysinclude=$NDK_PATH/platforms/android-8/arch-arm/usr/include \
             --nm=$PREBUILT/bin/arm-linux-androideabi-nm \
             --extra-ldflags=\"$LDFLAGS\" \
             --extra-cflags=-I$NDK_PATH/platforms/android-8/arch-arm/usr/include \

    eval "$COMMON_CONFIG"
    if [ $? -ne 0 ]; then
     exit 1
    fi

    I have to give compiler a new header file path (by —extra-cflags) because when I typed 'make', compiler didn't know where are header files (like math.h, ctime.h)

    After configure using this scripts and type 'make', I got these error.

    CC  libavdevice/alldevices.o
    In file included from /Users/gyeongmingim/android-ndk-r8/platforms/android-8/arch-arm/usr/include/stdlib.h:42,
                from ./libavutil/common.h:35,
                from ./libavutil/avutil.h:126,
                from libavdevice/avdevice.h:22,
                from libavdevice/alldevices.c:22:
    /Users/gyeongmingim/android-ndk-r8/platforms/android-8/arch-arm/usr/include/strings.h:49: warning: redundant redeclaration of 'index'
    /Users/gyeongmingim/android-ndk-r8/platforms/android-8/arch-arm/usr/include/string.h:47: note: previous declaration of 'index' was here
    /Users/gyeongmingim/android-ndk-r8/platforms/android-8/arch-arm/usr/include/strings.h:50: warning: redundant redeclaration of 'strcasecmp'
    /Users/gyeongmingim/android-ndk-r8/platforms/android-8/arch-arm/usr/include/string.h:57: note: previous declaration of 'strcasecmp' was here
    /Users/gyeongmingim/android-ndk-r8/platforms/android-8/arch-arm/usr/include/strings.h:51: warning: redundant redeclaration of 'strncasecmp'
    /Users/gyeongmingim/android-ndk-r8/platforms/android-8/arch-arm/usr/include/string.h:58: note: previous declaration of 'strncasecmp' was here
    In file included from ./libavutil/internal.h:178,
                from ./libavutil/common.h:342,
                from ./libavutil/avutil.h:126,
                from libavdevice/avdevice.h:22,
                from libavdevice/alldevices.c:22:
    ./libavutil/libm.h:62: error: static declaration of 'lrint' follows non-static declaration
    ./libavutil/libm.h:69: error: static declaration of 'lrintf' follows non-static declaration
    ./libavutil/libm.h:76: error: static declaration of 'round' follows non-static declaration
    ./libavutil/libm.h:90: error: static declaration of 'trunc' follows non-static declaration
    make: *** [libavdevice/alldevices.o] Error 1

    What is the wrong ?
    Does my configuration have wrong info ? or any missing flag ?

    OS : Mac Lion
    Android-ndk ver : android-ndk-r8

  • Revision 3131 : le menu s’appelle inscription plutot qu’inscription3 pour surcharger un ...

    24 mars 2010, par kent1 — Log

    le menu s’appelle inscription plutot qu’inscription3 pour surcharger un autre si existant

  • Revision 3347 : Amélioration du menu ... on ne referme pas les rubriques si on est dans ...

    27 avril 2010, par kent1 — Log

    Amélioration du menu ... on ne referme pas les rubriques si on est dans une sous-rubrique