Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (100)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (12783)

  • vp9 : clamp final zero MV if find_ref_mvs() found no suitable candidates.

    1er juin 2015, par Ronald S. Bultje
    vp9 : clamp final zero MV if find_ref_mvs() found no suitable candidates.
    

    This may actually result in a non-zero MV. Fixes ticket 4583.

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

    • [DH] libavcodec/vp9.c
  • Revision 37740 : On ne se prend pas la tête à maintenir deux fonctions qui au final sont ...

    27 avril 2010, par kent1@… — Log

    On ne se prend pas la tête à maintenir deux fonctions qui au final sont plus ou moins identiques La class pour ajouter de nouveaux formulaire est multilang / pour ne pas prendre en compte un input ou textarea, il faut lui donner la class .nomulti Une traduction en anglais rapide pour tester (...)

  • Error Cross Compiling : hidden symbol ... final link failed

    14 mai 2015, par haxan7

    I am getting the following error when compiling opencv with ffmpeg.

    ..../arm-none-linux-gnueabi/bin/ld : ../../bin/opencv_test_core : hidden symbol `__sync_val_compare_and_swap_4’ in ..../arm-none-linux-gnueabi/bin/ld : final link failed : Nonrepresentable section on output
    collect2 : ld returned 1 exit status

    I have no idea what this means. How do I fix this ?

    Edit :
    I am cross compiling for ARM using codesourcery’s arm-2009q3 compiler.
    I using cmake and make to compile.