
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (60)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 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 (...) -
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 (...)
Sur d’autres sites (5588)
-
Revision 7e0e09067e : Set version to 1.1.0.
3 mai 2012, par Marc NoirotChanged Paths :
Modify /CMakeLists.txt
Set version to 1.1.0. -
lib*/version.h : Bump Versions before release/5.0 branch
4 janvier 2022, par Andreas Rheinhardtlib*/version.h : Bump Versions before release/5.0 branch
Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
FFMPEG version updating issue
30 septembre 2017, par Sumit MarwhaI am using ffmpeg library in one of my android project. I am using this library.
https://github.com/WritingMinds/ffmpeg-android-java
But it is using very old ffmpeg version. So I want to update ffmpeg version. I have used this library to compile ffmpeg version 3.3.3
https://github.com/WritingMinds/ffmpeg-android
now if i am running this command in terminal ffmpeg -version. I am getting the correct output as
ffmpeg version 3.3.3 Copyright (c) 2000-2017 the FFmpeg developersNow i want to update ffmpeg version in
https://github.com/WritingMinds/ffmpeg-android-java
this library so i changed assets file to my compile ffmpeg file. But if i run the app and check version i am getting this output
ffmpeg version n3.0.1 Copyright (c) 2000-2016 the FFmpeg developersbuilt with gcc 4.9.xI dont know why ffmpeg version is not changing. I have run command ndk-build as well after entering in jni folder but still ffmpeg version is not changing.
Please suggest me any solution. Thanks in advance