
Recherche avancée
Autres articles (90)
-
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 ;
-
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 ) (...) -
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)
Sur d’autres sites (5408)
-
How do you set up golang on windows with the header files for goav
18 avril 2018, par nevernewI’m trying to compile goav on Windows and I’ve got quite far
I’ve compiled the ffmpeg libraries in MSYS2 and linked the packages with :set PKG_CONFIG_PATH=%~dp0FFmpeg\libavformat;%~dp0FFmpeg\libavcodec;%~dp0FFmpeg\libavutil;%~dp0FFmpeg\libswresample;
which has worked !
However, here’s the problem now :
# github.com/giorgisio/goav/avcodec
source\src\github.com\giorgisio\goav\avcodec\avcodec.go:14:34: fatal error: libavformat/avformat.h: No such file or directory
//#include <libavformat></libavformat>avformat.h>When compiling, Golang can’t find the avformat.h (and I assume the other ffmpeg header files, but compilation terminated).
How do I tell go where these files are ? I’ve checked and they are in the folders described in the PKG_CONFIG_PATH, but I guess it’s not looking for them there.
Side note : I see that on linux-debian based systems I just have to do a
apt-get install libavformat-dev
but I want to compile on windows. -
Windows : Enable DEP and ASLR
20 janvier 2013, par Henrik GramnerWindows : Enable DEP and ASLR
-
add note on windows pipe
26 décembre 2012, par rogerdpackadd note on windows pipe