Recherche avancée

Médias (91)

Autres articles (105)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Que fait exactement ce script ?

    18 janvier 2011, par

    Ce script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
    Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
    Installation de dépendances de MediaSPIP
    Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
    Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)

Sur d’autres sites (16222)

  • symbol(s) not found for architecture x86_64 on Mac when using Qt+opencv+ffmpeg

    20 juillet 2015, par Galaxy

    I’m running a project using Qt+opencv+ffmpeg on Mac, but it comes to an error : symbol(s) not found for architecture x86_64.


    Part of .pro :

    INCLUDEPATH += /usr/local/include
    INCLUDEPATH += /usr/local/include/opencv
    INCLUDEPATH += /usr/local/include/opencv2

    LIBS += -L/usr/local/lib -lavformat -lavcodec -lavutil

    When I use GCC (x86 64bit in /usr/bin) to compile, it shows

    error: symbol(s) not found for architecture x86_64

    When I use Clang (x86 64bit in /usr/bin) to compile, it shows

    error: symbol(s) not found for architecture x86_64
    error: linker command failed with exit code 1 (use -v to see invocation)

    I’m using OS X Yosemite 10.10.4. Does anybody know how to fix it ?

  • arm : use a local label instead of the function symbol in ff_prefetch_arm

    20 juillet 2015, par Janne Grunau
    arm : use a local label instead of the function symbol in ff_prefetch_arm
    

    Avoids a relocation which might end out of range for thumb2.

    Reported-By : Ludovic Fauvet <etix@videolan.org>
    Bug-Id : https://bugs.webkit.org/show_bug.cgi?id=137022
    CC : libav-stable@libav.org

    • [DBH] libavcodec/arm/videodsp_armv5te.S
  • arm : use a local label instead of the function symbol in ff_prefetch_arm

    20 juillet 2015, par Janne Grunau
    arm : use a local label instead of the function symbol in ff_prefetch_arm
    

    Avoids a relocation which might end out of range for thumb2.

    Reported-By : Ludovic Fauvet <etix@videolan.org>
    Bug-Id : https://bugs.webkit.org/show_bug.cgi?id=137022
    CC : libav-stable@libav.org

    • [DH] libavcodec/arm/videodsp_armv5te.S