Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (105)

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

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

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

Sur d’autres sites (13592)

  • Building ffmpeg example, trouble linking

    16 octobre 2022, par Expressingx

    I want to debug ffmpeg example, transcoding

    


    I've followed the compilation guide for ubuntu and everything is fine. Now I want to do some changes (e.g. opening actual camera) and had to add avdevice_register_all() function. Because of that now I cannot build it. The command for building is

    


    /usr/bin/gcc -fdiagnostics-color=always -g /home/myuser/ffmpeg_sources/ffmpeg/doc/examples/transcoding.c -L/home/myuser/ffmpeg_build/lib -I/home/myuser/ffmpeg_build/include -o /home/myuser/ffmpeg_sources/ffmpeg/doc/examples/transcoding -lX11 -lXext -lxcb-shm -lavdevice -lavformat -lavfilter -lavcodec -lswresample -lswscale -lavutil -lm -lx264 -lgnutls -lfdk-aac -lvdpau -lva -lz -lpostproc -lva-x11 -lva-drm -lxcb -lxcb-shape -lxcb-xfixes -lxcb-render -lasound -lsndio -lSDL2 -ldl -lbz2


    


    but I get one error

    


    /usr/bin/ld: /home/myuser/ffmpeg_build/lib/libavdevice.a(xv.o): undefined reference to symbol 'XGetWindowAttributes'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/libX11.so: error adding symbols: DSO missing from command line


    


    What am I missing ?

    


  • libavformat : Build hevc.o when building the RTP muxer

    9 décembre 2014, par Martin Storsjö
    libavformat : Build hevc.o when building the RTP muxer
    

    The RTP muxer enables the actual codepaths within sdp.c,
    which depend on hevc.o since e5cfc8fd.

    This fixes builds with —disable-everything —enable-muxer=rtp.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/Makefile
  • configure : Restore doc option to disable building the documentation

    26 novembre 2013, par Diego Biurrun
    configure : Restore doc option to disable building the documentation
    

    Also add appropriate dependency declarations for perl and texi2html.

    • [DBH] configure