Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (97)

  • 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 (...)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (5964)

  • CMake configuration for ffmpeg in C++ project

    7 mai 2024, par pp492

    I have installed ffmpeg (version 4) with Homebrew and I am trying to use the various ffmpeg libraries in a C++ project, but I am getting multiple errors during linking.

    



    Undefined symbols for architecture x86_64:
  "_av_free", referenced from:
      _main in main.cpp.o
  "_av_packet_alloc", referenced from:
      _main in main.cpp.o
  "_av_parser_init", referenced from:
And so on ... 


    



    I have included the libraries as follow

    



    extern "C" {&#xA;    #include <libavutil></libavutil>frame.h>&#xA;    #include <libavutil></libavutil>mem.h>&#xA;    #include <libavcodec></libavcodec>avcodec.h>&#xA;}&#xA;

    &#xA;&#xA;

    But still, this doesn't work. I think I might have missed something in my CMakeLists.txt file, which at the moment looks like that :

    &#xA;&#xA;

    cmake_minimum_required(VERSION 2.6)&#xA;project(decode_encode)&#xA;&#xA;set(CMAKE_CXX_STANDARD 11)&#xA;set(CMAKE_CXX_FLAGS "-D__STDC_CONSTANT_MACROS")&#xA;&#xA;add_executable(decode_encode main.cpp)&#xA;

    &#xA;&#xA;

    I most likely need to specify additional linking flags, but is there is a better way to handle the linking part in a CMakeLists.txt file ?

    &#xA;

  • gsm.h : Fix project reference

    1er février 2012, par Michael Niedermayer

    gsm.h : Fix project reference

  • simpleidct : fix project name.

    1er février 2012, par Michael Niedermayer

    simpleidct : fix project name.