Ubuntu HD VDR mittels Xine und VAAPI - Xine mit VAAPI

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Library)
K (Check=)
Zeile 11: Zeile 11:
 
  sudo ldconfig
 
  sudo ldconfig
  
==Check===
+
==Check==
 
Vorhandene Vesion:
 
Vorhandene Vesion:
  
 
  -rw-r--r-- 1 root root 755104 2010-11-10 09:05 /usr/lib32/libx264.so.106
 
  -rw-r--r-- 1 root root 755104 2010-11-10 09:05 /usr/lib32/libx264.so.106
 
  lrwxrwxrwx 1 root root 14 2011-06-12 11:36 /usr/lib32/libx264.so -> libx264.so.106
 
  lrwxrwxrwx 1 root root 14 2011-06-12 11:36 /usr/lib32/libx264.so -> libx264.so.106

Version vom 12. Juni 2011, 13:02 Uhr

Inhaltsverzeichnis

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
sudo make install
sudo ldconfig

Check

Vorhandene Vesion:

-rw-r--r-- 1 root root 755104 2010-11-10 09:05 /usr/lib32/libx264.so.106
lrwxrwxrwx 1 root root 14 2011-06-12 11:36 /usr/lib32/libx264.so -> libx264.so.106