Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (89)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains 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, par

    Pré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 ) (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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

Sur d’autres sites (13573)

  • How to correctly link static ffmpeg build using g++ ?

    22 juillet 2014, par user2212461

    I want to link a static build of ffmpeg when compiling a project to a static executable. I use the following command :

    g++ -O2 -static -o myBin myBin-myBin.o -lm -lpthread someotherlibraries.a
    /path/to/libavformat.a /path/to/libavcodec.a

    but get a relatively large list of errors looking like :

    ....
    libavcodec/cscd.c:91: error: undefined reference to 'uncompress'
    libavcodec/flashsv.c:191: error: undefined reference to 'inflateReset'
    ...
    libavcodec/vaapi.c:131: error: undefined reference to 'vaMapBuffer'
    libavcodec/vaapi.c:38: error: undefined reference to 'vaDestroyBuffer'
    libavcodec/vaapi.c:38: error: undefined reference to 'vaDestroyBuffer'
    libavcodec/vaapi.c:38: error: undefined reference to 'vaDestroyBuffer'

    What am I doing wrong here ?

  • avfilter : check filter link validity

    20 octobre 2014, par Vittorio Giovara
    avfilter : check filter link validity
    

    Remove now redundant check.

    CC : libav-stable@libav.org
    Bug-Id : CID 700371

    • [DBH] libavfilter/avfilter.c
  • Revision 78be7d957f : Added an option to link flvmeta to the version of libyaml installed on the syste

    29 avril 2012, par Marc Noirot

    Changed Paths :
     Modify /CMakeLists.txt


     Add /FindLibYaml.cmake


     Modify /src/CMakeLists.txt



    Added an option to link flvmeta to the version of libyaml installed on the
    system.
    Cleaned up CMake files.