
Recherche avancée
Autres articles (84)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
List of compatible distributions
26 avril 2011, parThe 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 (...) -
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 (12220)
-
FFMPEG library setup for android
1er juillet 2016, par KalivarapuFFmpeg is an encoding application that can convert your content to
MP4/H.264Why is ffmpeg installation not given as gradle dependency, but needs explicit compilation ? How is it different from any normal library ?
What needs to be done use ffmpeg within my android project ?Can it convert videos with all codecs and formats using ffmepeg for android ?
-
FFMPEG android not worked in the non neon CPU's
20 mars 2015, par Rakki sI have successfully compiled and added FFMPEG to my android device. but it did not works in some device, which are don’t have neon cpu (HTC v one ,Kyocera) can any one suggest me to make that work . I have used the following link to get the ffmpeg build Link .Used NDK 10 and platform as 4.6
-
Android NDK : java.lang.UnsatisfiedLinkError : dlopen failed : cannot locate symbol (FFMPEG)
3 février 2017, par S. Le GalloudecI have the exact same error as Android NDK : Getting java.lang.UnsatisfiedLinkError : dlopen failed : cannot locate symbol "signal" referenced by "libffmpeg.so"
The solutions looks easy, but the fact is that i’m using cmake instead of android.mk
Do you know if there is any equivalent of "APP_PLATFORM :" for cmake ?
Or if i can use a cmakelist and an android.mk ? (i know it’s not recommended)
EDIT :
I have found this : https://developer.android.com/ndk/guides/cmake.html
But i still have an error :
Could not find method arguments() for arguments [-DAPP_PLATFORM=android-11] on object of type com.android.build.gradle.internal.dsl.CmakeOptions.
Anyone can help ?
EDIT N°2 :
After putting this in my graddle.app :
arguments "-DANDROID_PLATFORM=android-11"
The error in my title came back. I’m pretty lost
Best regards