
Recherche avancée
Autres articles (66)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (5220)
-
Anomalie #2010 (Fermé) : Caracteres arabes
1er juin 2011, par cedric -les css refondues ne posent plus de problème de taille en RTL
-
Is it possible to compile ffmpeg in visual studio 2010 ?
24 mai 2014, par ExitosIs it possible to compile the sourcecode from ffmpeg in visual studio 2010 ? Is it difficult ?
Just looking for some advice (and instructions) if possible. :-)
Cheers,
Pete
-
Linking libavformat in Visual Studio 2010
30 octobre 2012, par slavik262I'm attempting to build some video-reading code around libavformat. After getting the compiled DLLs and
.lib
files here, I go to build my code, and the linker can't find any of the libavformat symbols even though I've linked in the provided.lib
files.Inspecting
libavformat.lib
withdumpbin -headers
reveals that it exports the desired functions with an underscore prefix. For example, while I want to callavformat_open_input
, the .lib file gives_avformat_open_input
.Why is this, and why can't I link the precompiled dlls ?