
Recherche avancée
Autres articles (93)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 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 (...) -
Amélioration de la version de base
13 septembre 2013Jolie 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 (...) -
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (10798)
-
fate : add checkasm target
12 juillet 2015, par Janne Grunau -
"make : *** No rule to make target 'clean'. Stop." error when i want to Build ffmpeg with NDK
26 avril 2015, par HosseinI want to Build ffmpeg with NDK in windows and i use this tutorial.
i have created "build_android.sh" file into ffmpeg folder, an this is it’s code :#!/bin/bash
NDK=C:/Users/HAKHASIN/Desktop/android-ndk-r10d
SYSROOT=$NDK/platforms/android-8/arch-arm/
TOOLCHAIN=$NDK/toolchains/arm-linux-androideabi-4.8/prebuilt/windows
function build_one
{
C:/Users/HAKHASIN/Desktop/android-ndk-r10d/sources/ffmpeg-2.6.2/configure \
--prefix=$PREFIX \
--disable-shared \
--enable-static \
--disable-doc \
--disable-ffmpeg \
--disable-ffplay \
--disable-ffprobe \
--disable-ffserver \
--disable-avdevice \
--disable-doc \
--disable-symver \
--cross-prefix=$TOOLCHAIN/bin/arm-linux-androideabi- \
--target-os=linux \
--arch=arm \
--enable-cross-compile \
--sysroot=$SYSROOT \
--extra-cflags="-Os -fpic $ADDI_CFLAGS" \
--extra-ldflags="$ADDI_LDFLAGS" \
$ADDITIONAL_CONFIGURE_FLAG
make clean
make
make install
}
CPU=arm
PREFIX=$(pwd)/android/$CPU
ADDI_CFLAGS="-marm"
build_onewhen i write commands in cygwin, i have 3 errors :
how can i fix these errors ? thanks
-
Can't install ffmpeg on target
6 mars 2015, par Quai ChunI followed the tutorial how to compile ffmpeg with libx264, but at make install I get this errors :
"make: Warning: File 'tests/fate/xvid.mak' has modification time 6294176 s in the future"
Nothing happens.
I tried to compile x264 again. All ok till ldconfig My error there :
ldconfig: /usr/lib/libOpenVG.so is not a symbolic link
Edit :
I uninstalled libx264, installed it again, it worked. Then I continued with ffmpeg. make was done with this warning :[...]
LD ffserver_g
CP ffserver
STRIP ffserver
make: warning: Clock skew detected. Your build may be incomplete.Then at make install : "
make: Warning: File 'tests/fate/xvid.mak' has modification time 6103926 s in the future
make: Warning: File 'tests/fate/xvid.mak' has modification time 6103925 s in the future
make: Warning: File 'tests/fate/xvid.mak' has modification time 6103924 s in the future
make: Warning: File 'tests/fate/xvid.mak' has modification time 6103922 s in the future
make: Warning: File 'tests/fate/xvid.mak' has modification time 6103920 s in the future
make: Warning: File 'tests/fate/xvid.mak' has modification time 6103919 s in the future
make: Warning: File 'tests/fate/xvid.mak' has modification time 6103913 s in the future
make: Warning: File 'tests/fate/xvid.mak' has modification time 6103911 s in the future
make: Warning: File 'tests/fate/xvid.mak' has modification time 6103910 s in the future
make: Warning: File 'tests/fate/xvid.mak' has modification time 6103908 s in the future
[..]