
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (32)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip 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 2013Puis-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 -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (6718)
-
Revision 77456 : [Salvatore] [source:_plugins_/recommander/lang/ recommander] Export depuis ...
18 octobre 2013, par salvatore@… — Log[Salvatore] recommander Export depuis http://trad.spip.net
-
How to export ffurl_register_protocol() ?
18 juin 2015, par user1764961I have some legacy code that requires
ffurl_register_protocol()
exported. I found this patch :diff --git a/libavformat/Makefile b/libavformat/Makefile
index 0d6cb91..802edd7 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -1,7 +1,7 @@
NAME = avformat
FFLIBS = avcodec avutil
-HEADERS = avformat.h avio.h version.h
+HEADERS = avformat.h avio.h url.h version.h
OBJS = allformats.o \
cutils.o \
diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v
index 6f11d60..e605135 100644
--- a/libavformat/libavformat.v
+++ b/libavformat/libavformat.v
@@ -1,4 +1,5 @@
LIBAVFORMAT_$MAJOR {
global: av*;
+ ffurl_register_protocol;
local: *;
};But, it doesn’t help. Any idea how to do it ?
-
Revision 77457 : [Salvatore] [source:_plugins_/recommander/lang/ paquet-recommander] Export ...
18 octobre 2013, par salvatore@… — Log[Salvatore] paquet-recommander Export depuis http://trad.spip.net