Project

General

Profile

Project-URL:

http://projects.vdr-developer.org/projects/show/xine-lib

Git-Repository (read/write):

git clone :xine-lib.git

Git-Repository (read only):

git clone git://projects.vdr-developer.org/xine-lib.git

GitWeb:

http://projects.vdr-developer.org/git/xine-lib.git/ #

If you get compile error with xine-lib-1.2.2 when you type make.

Then you will need to update your gcc library. As follows.

Add these repos to your /etc/apt/sources.list

deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu lucid main
deb-src http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu lucid main

#update the keys
sudo add-apt-repository ppa:ubuntu-toolchain-r/test

sudo apt-get update
sudo apt-get install gcc-4.7
sudo apt-get install gcc++-4.7 #
#then in the you will need to call the new library like so from ./autogen.sh to

CC="gcc-4.7" ./autogen.sh --prefix=/usr --with-external-ffmpeg --disable-dxr3
#and make like so #
CC="gcc-4.7" make