Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (108)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (6511)

  • Opera Beta with WebM Available

    16 juin 2010, par noreply@blogger.com (John Luther)

    More exciting browser news. Opera has released a Beta build of their desktop browser with WebM playback support. They’ve even made their own WebM demo (about Norway, of course).

  • Problems compiling object using arm-linux-androideabi-gcc and android ndk

    24 septembre 2014, par shishir123

    I am trying to build FFmpeg source file using android ndk r8b version . My linux version is CentOs 6.5.I am following this instruction from this link https://github.com/yixia/FFmpeg-Android
    Here is bash script which is I am trying to execute

        #!/bin/bash

       DEST=`pwd`/build/ffmpeg && rm -rf $DEST
       SOURCE=`pwd`/ffmpeg

       if [ -d ffmpeg ]; then
         cd ffmpeg
       else
         git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg
         cd ffmpeg
       fi

       git reset --hard
       git clean -f -d
       git checkout `cat ../ffmpeg-version`
       patch -p1 <../FFmpeg-VPlayer.patch
       [ $PIPESTATUS == 0 ] || exit 1

       git log --pretty=format:%H -1 > ../ffmpeg-version

       TOOLCHAIN=/tmp/vplayer
       SYSROOT=$TOOLCHAIN/sysroot/
       $ANDROID_NDK/build/tools/make-standalone-toolchain.sh --platform=android-14 --install-     dir=$TOOLCHAIN

       export PATH=$TOOLCHAIN/bin:$PATH
       export CC=arm-linux-androideabi-gcc
       export LD=arm-linux-androideabi-ld
       export AR=arm-linux-androideabi-ar

       CFLAGS="-O3 -Wall -mthumb -pipe -fpic -fasm \
         -finline-limit=300 -ffast-math \
         -fstrict-aliasing -Werror=strict-aliasing \
         -fmodulo-sched -fmodulo-sched-allow-regmoves \
         -Wno-psabi -Wa,--noexecstack \
         -D__ARM_ARCH_5__ -D__ARM_ARCH_5E__ -D__ARM_ARCH_5T__ -D__ARM_ARCH_5TE__ \
         -DANDROID -DNDEBUG"

       FFMPEG_FLAGS="--target-os=linux \
         --arch=arm \
         --enable-cross-compile \
         --cross-prefix=arm-linux-androideabi- \
         --enable-shared \
         --disable-symver \
         --disable-doc \
         --disable-ffplay \
         --disable-ffmpeg \
         --disable-ffprobe \
         --disable-ffserver \
         --disable-avdevice \
         --disable-avfilter \
         --disable-encoders \
         --disable-muxers \
         --disable-filters \
         --disable-devices \
         --disable-everything \
         --enable-protocols  \
         --enable-parsers \
         --enable-demuxers \
         --enable-decoders \
         --enable-bsfs \
         --enable-network \
         --enable-swscale  \
         --disable-demuxer=sbg \
         --disable-demuxer=dts \
         --disable-parser=dca \
         --disable-decoder=dca \
         --enable-asm \
         --enable-version3"


       for version in neon armv7 vfp armv6; do

         cd $SOURCE

         case $version in
           neon)
             EXTRA_CFLAGS="-march=armv7-a -mfpu=neon -mfloat-abi=softfp -mvectorize-with-neon-quad"
             EXTRA_LDFLAGS="-Wl,--fix-cortex-a8"
             ;;
           armv7)
             EXTRA_CFLAGS="-march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp"
             EXTRA_LDFLAGS="-Wl,--fix-cortex-a8"
             ;;
           vfp)
             EXTRA_CFLAGS="-march=armv6 -mfpu=vfp -mfloat-abi=softfp"
             EXTRA_LDFLAGS=""
             ;;
           armv6)
             EXTRA_CFLAGS="-march=armv6"
             EXTRA_LDFLAGS=""
             ;;
           *)
             EXTRA_CFLAGS=""
             EXTRA_LDFLAGS=""
             ;;
         esac

         PREFIX="$DEST/$version" && mkdir -p $PREFIX
         FFMPEG_FLAGS="$FFMPEG_FLAGS --prefix=$PREFIX"

         ./configure $FFMPEG_FLAGS --extra-cflags="$CFLAGS $EXTRA_CFLAGS" --extra-     ldflags="$EXTRA_LDFLAGS" | tee $PREFIX/configuration.txt
         cp config.* $PREFIX
         [ $PIPESTATUS == 0 ] || exit 1

         make clean
         make -j4 || exit 1
         make install || exit 1

         rm libavcodec/inverse.o
         $CC -lm -lz -shared --sysroot=$SYSROOT -Wl,--no-undefined -Wl,-z,noexecstack $EXTRA_LDFLAGS libavutil/*.o libavutil/arm/*.o libavcodec/*.o libavcodec/arm/*.o libavformat/*.o libswresample/*.o libswscale/*.o -o $PREFIX/libffmpeg.so

         cp $PREFIX/libffmpeg.so $PREFIX/libffmpeg-debug.so
         arm-linux-androideabi-strip --strip-unneeded $PREFIX/libffmpeg.so

       done

    Now i am getting this error ./FFmpeg-Android.sh: line 26: export:arm-linux-androideabi-gcc’ : not a valid identifier
    arm-linux-androideabi-gcc is unable to create an executable file.
    C compiler test failed.`

    The code in 26 number line is export CC=arm-linux-androideabi-gcc any idea why the problem is happening ?? a help would be appreciated .

  • Anomalie #4360 (Nouveau) : Message d’erreur au début de l’installation d’un site web SPIP par spip...

    13 juillet 2019, par Vincent ROBERT

    Sur Xampp avec Apache 2.4.39 (Win64) & PHP 7.2.19
    En initiant une nouvelle installation avec spiploader, j’ai le message d’erreur suivant :

    "Warning : Use of undefined constant _DIR_TMP - assumed ’_DIR_TMP’ (this will throw an Error in a future version of PHP) in C :\xampp\htdocs\news-test\pclzip.php on line 28"

    Ce message apparaît juste avant le début de l’installation, sur la page "Téléchargement de SPIP - !Le programme va télécharger les fichiers de SPIP à l’intérieur de ce répertoire."