Outils pour utilisateurs

Outils du site


vlc

Ceci est une ancienne révision du document !


vlc

compilation sous Squeeze

Pré-requis

Dépendances

# aptitude install gcc g++

mais aussi:

  • libdbus-1-dev
  • liblua5.1-dev
  • libogg-dev
  • libmad0-dev
  • libavcodec-dev libavutil-dev libavformat-dev
  • libswscale-dev
  • libpostproc-dev
  • libfaad-dev
  • liba52-dev
  • libdca-dev
  • libflac-dev
  • libmpeg2-4-dev
  • libvorbis-dev
  • libspeex-dev
  • libtheora-dev
  • libtwolame-dev
  • libdirac-dev
  • libschroedinger-dev
  • libmodplug-dev
  • libdvbpsi-dev
  • libcddb-dev
  • libv4l-dev
  • libraw1394-dev
  • libavc1394-dev
  • libdc1394-22-dev
  • libshout-dev
  • libva-dev
  • libfluidsynth-dev
  • libzvbi-dev
  • libass-dev
  • libxcb-shm0-dev
  • libxcb-xv0-dev
  • libx11-xcb-dev
  • libgl1-mesa-dev
  • libsdl-dev
  • libsdl-image1.2-dev
  • libfribidi-dev
  • librsvg2-dev
  • libupnp-dev
  • libportaudio-dev
  • libqt4-dev
  • libnotify-dev
  • libxcb-keysyms1-dev
  • libopencascade-dev
  • libudev-dev
  • libmtp-dev
  • libgcrypt-dev
  • libprojectm-dev
  • libosso-dev
  • libsqlite3-dev

( libgnomevfs2-dev ? )

checking for luac... no
configure: error: Could not find the LUA byte compiler.

Il faut aussi:

  • lua5.1 (qui contient “luac”)

live555

Pour Freebox TV et le RTSP …

Recuperer les sources par là: http://www.live555.com/liveMedia/public/

$ cd /usr/local/src
$ wget http://www.live555.com/liveMedia/public/live.2011.01.24.tar.gz
$ tar xvzf live.2011.01.24.tar.gz
$ cd live
$ ./genMakefiles linux 
$ make

Lors de la compilation de vlc, il faudra ajouter:

--with-live555-tree=<LIVE_PATH> 

x264

Source: http://www.videolan.org/developers/x264.html

# aptitude install yasm
$ ./configure --prefix=/usr/local
$ make
# make install

vlc 1.1.7

Récupération des sources à partir d'ici: http://www.videolan.org/vlc/download-sources.html

$ cd /usr/local/src
$ tar xvjf vlc-1.1.7.tar.bz2
$ cd vlc-1.1.7
vlc.1297255476.txt.gz · Dernière modification : 2011/02/09 12:44 de thierry