Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (86)

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

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

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

  • C Code Using FFmpeg libraries - Compilation Error

    17 août 2013, par Ardatr

    I've been recently trying to compile C code that uses the FFmpeg libraries ; however, the compilation fails due to a reason that I cannot determine.

    The code that I've been trying to compile is the filtering_audio.c file on the Doxygen Documentation website for FFmpeg (I'll provide the link, since the code is too long to quote here) : http://ffmpeg.org/doxygen/trunk/doc_2examples_2filtering_audio_8c-example.html

    I use gcc to compile the code :

       gcc filter.c -lavformat -lavcodec -lavfilter  -lavutil

    And I get the following undefined reference errors :

       /tmp/cc90K2S5.o: In function `init_filters':
       filter.c:(.text+0x3e5): undefined reference to `av_int_list_length_for_size'
       filter.c:(.text+0x407): undefined reference to `av_int_list_length_for_size'
       filter.c:(.text+0x42d): undefined reference to `av_opt_set_bin'
       filter.c:(.text+0x482): undefined reference to `av_int_list_length_for_size'
       filter.c:(.text+0x4a4): undefined reference to `av_int_list_length_for_size'
       filter.c:(.text+0x4ca): undefined reference to `av_opt_set_bin'
       filter.c:(.text+0x51f): undefined reference to `av_int_list_length_for_size'
       filter.c:(.text+0x541): undefined reference to `av_int_list_length_for_size'
       filter.c:(.text+0x567): undefined reference to `av_opt_set_bin'
       /tmp/cc90K2S5.o: In function `print_frame':
       filter.c:(.text+0x76b): undefined reference to `av_frame_get_channel_layout'
       /tmp/cc90K2S5.o: In function `main':
       filter.c:(.text+0x831): undefined reference to `av_frame_alloc'
       filter.c:(.text+0x83d): undefined reference to `av_frame_alloc'
       filter.c:(.text+0x9de): undefined reference to `av_buffersrc_add_frame_flags'
       filter.c:(.text+0xa16): undefined reference to `av_buffersink_get_frame'
       filter.c:(.text+0xa58): undefined reference to `av_frame_unref'
       filter.c:(.text+0xab6): undefined reference to `av_frame_free'
       filter.c:(.text+0xac5): undefined reference to `av_frame_free'
       collect2: error: ld returned 1 exit status

    I understand that the undefined reference error indicates that it wasn't able to find the functions referenced from filtering_audio.c, but this doesn't make sense, since these functions should exist in the FFmpeg libraries.

    Any help is appreciated, thank you !

  • vdpau : Add missing #includes to fix standalone header compilation

    4 novembre 2013, par Diego Biurrun
    vdpau : Add missing #includes to fix standalone header compilation
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/vdpau.h
    • [DBH] libavcodec/vdpau_internal.h
  • MXE compilation, openjpeg.h not found error

    19 avril 2021, par HIq

    I am compiling MXE for the cross-compilation of FFmpeg.&#xA;I am following the instructions here and after running the make command, the following error occurred :

    &#xA;

    [build]       proj                   i686-w64-mingw32.static&#xA;[done]        proj                   i686-w64-mingw32.static                                  27156 KiB      0m10.026s&#xA;[build]       libgeotiff             i686-w64-mingw32.static&#xA;[done]        libgeotiff             i686-w64-mingw32.static                                  41492 KiB      0m19.380s&#xA;[build]       netcdf                 i686-w64-mingw32.static&#xA;[done]        netcdf                 i686-w64-mingw32.static                                  114152 KiB     0m22.519s&#xA;[build]       openjpeg               i686-w64-mingw32.static&#xA;[done]        openjpeg               i686-w64-mingw32.static                                  38572 KiB      0m9.627s&#xA;[build]       spatialite             i686-w64-mingw32.static&#xA;[done]        spatialite             i686-w64-mingw32.static                                  380204 KiB     0m58.171s&#xA;[build]       gdal                   i686-w64-mingw32.static&#xA;&#xA;Failed to build package gdal for target i686-w64-mingw32.static!&#xA;------------------------------------------------------------&#xA;checking for nc_open in -lnetcdf... no&#xA;configure: JasPer (JPEG2000) support disabled.&#xA;configure: error: openjpeg.h not found in /home/hiqbal/mxe/usr/i686-w64-mingw32.static/include/openjpeg-2.0 or /home/hiqbal/mxe/usr/i686-w64-mingw32.static/include/openjpeg-2.1 or /home/hiqbal/mxe/usr/i686-w64-mingw32.static/include/openjpeg-2.2 or /home/hiqbal/mxe/usr/i686-w64-mingw32.static/include/openjpeg-2.3&#xA;Makefile:851: recipe for target &#x27;build-only-gdal_i686-w64-mingw32.static&#x27; failed&#xA;make[1]: *** [build-only-gdal_i686-w64-mingw32.static] Error 1&#xA;make[1]: Leaving directory &#x27;/home/hiqbal/mxe&#x27;&#xA;real    0m17.644s&#xA;user    0m13.999s&#xA;sys 0m1.669s&#xA;------------------------------------------------------------&#xA;[log]      /home/hiqbal/mxe/log/gdal_i686-w64-mingw32.static&#xA;&#xA;Makefile:851: recipe for target &#x27;/home/hiqbal/mxe/usr/i686-w64-mingw32.static/installed/gdal&#x27; failed&#xA;make: *** [/home/hiqbal/mxe/usr/i686-w64-mingw32.static/installed/gdal] Error 1&#xA;

    &#xA;

    It seems that it was unable to find openjpeg.h and searched in folder openjpeg-2.0 to openjpeg-2.3. However, when I checked /mxe/usr/i686-w64-mingw32.static/include/, it contains openjpeg-2.4.

    &#xA;

    The log for /mxe/log/gdal_i686-w64-mingw32.static is present here.

    &#xA;

    Please help fix this. Thanks.

    &#xA;