Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

Aucun média correspondant à vos critères n’est disponible sur le site.

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 (14911)

  • lavfi/fieldorder : work with non writtable frames too

    6 septembre 2013, par Paul B Mahol
    lavfi/fieldorder : work with non writtable frames too
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/vf_fieldorder.c
  • avcodec/x86/vp8dsp : Fix cpu flag checks so they work

    30 août 2013, par Michael Niedermayer
    avcodec/x86/vp8dsp : Fix cpu flag checks so they work
    

    Broken by 6369ba3c9cc74becfaad2a8882dff3dd3e7ae3c0

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/x86/vp8dsp_init.c
  • Cannot get ffmpeg to work after installing from homebrew

    14 avril 2024, par phizzy

    I installed ffmpeg through homebrew but when I try to run it, even just typing in ffmpeg I get the following error message :

    &#xA;&#xA;

    dyld: Library not loaded: /usr/local/lib/liblzma.5.dylib&#xA;  Referenced from: /usr/local/bin/ffmpeg&#xA;  Reason: Incompatible library version: ffmpeg requires version 8.0.0 or later, but liblzma.5.dylib provides version 6.0.0&#xA;Trace/BPT trap: 5&#xA;

    &#xA;&#xA;

    I've tried running brew update and brew upgrade but that didn't change anything. Running brew doctor the only error I get is :

    &#xA;&#xA;

    Warning: You have a curlrc file&#xA;If you have trouble downloading packages with Homebrew, then maybe this&#xA;is the problem? If the following command doesn&#x27;t work, then try removing&#xA;your curlrc:&#xA;  curl http://github.com&#xA;

    &#xA;&#xA;

    New at doing things in the terminal, what to do next ?

    &#xA;