Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (81)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

Sur d’autres sites (9327)

  • libavcodec/avcodec.h file not found on macos-14 arm m1

    27 juillet 2024, par mikeProgrammer

    I am writing a program that links to the ffmpeg dev libs and everything works correctly on ubuntu-22-x86-64 ubuntu-24-x86-64 macos-13-x86-64 but not on macos-14-arm-m1.

    


    I install ffmpeg with brew install ffmpeg and then I run this command :

    


    cc -fPIC -I/opt/homebrew/Cellar/erlang/26.2.5/lib/erlang/erts-14.2.5/include -Ic_src/xav -shared  -undefined dynamic_lookup c_src/xav/xav_nif.c c_src/xav/reader.c c_src/xav/decoder.c c_src/xav/utils.c -o /Users/runner/work/xav/xav/_build/test/lib/xav/priv/libxav.so -lavcodec -lswscale -lavutil -lavformat -lavdevice -lswresample


    


    which results in

    


    In file included from c_src/xav/xav_nif.c:1:&#xA;c_src/xav/decoder.h:1:10: fatal error: &#x27;libavcodec/avcodec.h&#x27; file not found&#xA;#include <libavcodec></libavcodec>avcodec.h>&#xA;         ^~~~~~~~~~~~~~~~~~~~~~&#xA;1 error generated.&#xA;In file included from c_src/xav/reader.c:1:&#xA;c_src/xav/reader.h:1:10: fatal error: &#x27;libavcodec/avcodec.h&#x27; file not found&#xA;#include <libavcodec></libavcodec>avcodec.h>&#xA;         ^~~~~~~~~~~~~~~~~~~~~~&#xA;1 error generated.&#xA;In file included from c_src/xav/decoder.c:1:&#xA;c_src/xav/decoder.h:1:10: fatal error: &#x27;libavcodec/avcodec.h&#x27; file not found&#xA;#include <libavcodec></libavcodec>avcodec.h>&#xA;         ^~~~~~~~~~~~~~~~~~~~~~&#xA;1 error generated.&#xA;In file included from c_src/xav/utils.c:1:&#xA;c_src/xav/utils.h:2:10: fatal error: &#x27;libavcodec/avcodec.h&#x27; file not found&#xA;#include <libavcodec></libavcodec>avcodec.h>&#xA;         ^~~~~~~~~~~~~~~~~~~~~~&#xA;

    &#xA;

    When I locate header files and dynamic libs and set C_INCLUDE_PATH, LD_LIBRARY_PATH etc., the compilation works but I assume that this shouldn't be needed, should it ?

    &#xA;

    My understanding is that, if I install ffmpeg using some package manager, ffmpeg header files and .dylib or .so should be automatically searchable (as long as there is no bug in package manager's install script). Is that correct ?

    &#xA;

    The same commands work on macos-13-intel-x86-64

    &#xA;

  • Add FM Screen Capture Codec decoder

    6 février 2017, par Paul B Mahol
    Add FM Screen Capture Codec decoder
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] Changelog
    • [DBH] doc/general.texi
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/allcodecs.c
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/codec_desc.c
    • [DBH] libavcodec/fmvc.c
    • [DBH] libavcodec/version.h
    • [DBH] libavformat/riff.c
  • Add libx265 encoder

    2 octobre 2013, par Derek Buitenhuis
    Add libx265 encoder
    

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] Changelog
    • [DH] LICENSE
    • [DH] configure
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/libx265.c
    • [DH] libavcodec/version.h