Ubuntu HD VDR mittels Xine und VAAPI - Xine mit VAAPI

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(lib-x264)
Zeile 1: Zeile 1:
 
===lib-x264===
 
===lib-x264===
 +
==Voraussetzungen==
 +
sudo apt-get install yasm
 +
 +
==Library==
 
  cd /data/soft
 
  cd /data/soft
 
  git clone git://git.videolan.org/x264.git
 
  git clone git://git.videolan.org/x264.git

Version vom 12. Juni 2011, 12:54 Uhr

lib-x264

Voraussetzungen

sudo apt-get install yasm

Library

cd /data/soft
git clone git://git.videolan.org/x264.git
cd x264
./configure --enable-shared --enable-pic --prefix=/usr && make && make install
ldconfig