Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (59)

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
    Il permet de configurer finement votre site.
    La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (5621)

  • Error installing Opencv (any version) : relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object

    11 juin 2015, par Anshul

    I’m running Ubuntu 14.04 and want to install a library iai_kinect2 and it requires OpenCV to be installed. I’ve been trying to install Opencv for a day and a half now but no matter what version I try to install (after installing ffmeg correctly, after adding the —enable-pic option to the ./configure), it still gives me the same error as given above. Although I’m fairly new to Linux, I understood from what I read that this is a 32 vs 64 bit issue (i.e. some dependencies are not working correctly for the 64 bit Ubuntu that I have.

    Most forums I saw said the problem was with ffmpeg not installing correctly. I followed the instructions here and although I did not find gstreamer1.0-ffmpeg, I read that gstreamer-1.0-libav works and I installed that successfully. Also, after running cmake for opencv, it says it found ffmeg. So I don’t know how to go further to solve this issue. Any suggestions would be welcome. Thanks.

    The error I receive while running make for opencv is :

       .
       .
       [ 38%] Building CXX object modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_ffmpeg.cpp.o
       Linking CXX shared library ../../lib/libopencv_videoio.so
       /usr/bin/ld: /usr/local/lib/libavcodec.a(avpacket.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
       /usr/local/lib/libavcodec.a: error adding symbols: Bad value
       collect2: error: ld returned 1 exit status
       make[2]: *** [lib/libopencv_videoio.so.3.0.0] Error 1
       make[1]: *** [modules/videoio/CMakeFiles/opencv_videoio.dir/all] Error 2
       make[1]: *** Waiting for unfinished jobs....
       [ 38%] Building CXX object modules/shape/CMakeFiles/opencv_shape.dir/src/haus_dis.cpp.o
       [ 38%] Building CXX object modules/shape/CMakeFiles/opencv_shape.dir/src/aff_trans.cpp.o
       Linking CXX shared library ../../lib/libopencv_shape.so
       [ 38%] Built target opencv_shape
       make: *** [all] Error 2
  • Revision e5fa44c869 : Using stride (# of elements) instead of pitch (bytes) in fdct8x8. Just making f

    18 octobre 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /test/fdct8x8_test.cc


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/encoder/vp9_dct.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/x86/vp9_dct_sse2.c



    Using stride (# of elements) instead of pitch (bytes) in fdct8x8.

    Just making fdct consistent with iht/idct/fht functions which all use
    stride (# of elements) as input argument.

    Change-Id : Ibc944952a192e6c7b2b6a869ec2894c01da82ed1

  • Revision 1aa7fd5aef : Using stride (# of elements) instead of pitch (bytes) in fdct16x16. Just making

    18 octobre 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /test/dct16x16_test.cc


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/encoder/vp9_dct.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/x86/vp9_dct_sse2.c



    Using stride (# of elements) instead of pitch (bytes) in fdct16x16.

    Just making fdct consistent with iht/idct/fht functions which all use
    stride (# of elements) as input argument.

    Change-Id : I2d95fdcbba96aaa0ed24a80870cb38f53487a97d