Recherche avancée

Médias (91)

Autres articles (56)

  • 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 ;

  • 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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (6132)

  • How to link ffmpeg library by cmake ?

    19 août 2013, par paradisal programmer

    I want to use ffmpeg library in my c++ program.

    I've downloaded ffmpeg source.
    During make&compile process,
    i had this error :
    UINT64_C not defined !
    After some search :

    1.Adding the following code to libavutil/common.h

    #ifndef INT64_C
    #define INT64_C(c) (c ## LL)
    #define UINT64_C(c) (c ## ULL)
    #endif

    2../configure&compile
    had solved that problem.

    But now i want to link this library to a simple encoding method by using cmake files.
    I've tried some sample of CMakeLists.txt but i still have
    "undefined refrence " error
    many thanks !

    • I am working in ubuntu
    • using g++ as c++ compiler
    • using FFmpeg 2.0.1
  • build : fix lcov with src link

    3 février 2016, par Andreas Cadhalpun
    build : fix lcov with src link
    

    When out-of-tree builds now use a relative path, the ’-b’ option of lcov
    is not needed, so just pass the current directory to it in this case.

    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] tests/Makefile
  • configure : link flite against libasound

    5 octobre 2012, par Stefano Sabatini

    configure : link flite against libasound