diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-05-06 22:01:24 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-05-06 22:01:24 +0200 |
commit | caee3f7170fc2701c64d9721c81b6fa9a6c8ec04 (patch) | |
tree | bdddc1a38e5cf40596e787ead61a974b17ef9836 /extra/vlc/Pkgfile | |
parent | ab36bcb38823ee3c13b25fb59806452008b6c2f8 (diff) | |
download | nutyx-extra-caee3f7170fc2701c64d9721c81b6fa9a6c8ec04.tar.gz nutyx-extra-caee3f7170fc2701c64d9721c81b6fa9a6c8ec04.tar.bz2 nutyx-extra-caee3f7170fc2701c64d9721c81b6fa9a6c8ec04.tar.xz nutyx-extra-caee3f7170fc2701c64d9721c81b6fa9a6c8ec04.zip |
vlc, ajout patch
Diffstat (limited to 'extra/vlc/Pkgfile')
-rw-r--r-- | extra/vlc/Pkgfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/vlc/Pkgfile b/extra/vlc/Pkgfile index 49f4f45e8..847413871 100644 --- a/extra/vlc/Pkgfile +++ b/extra/vlc/Pkgfile @@ -7,10 +7,12 @@ name=vlc version=1.0.5 release=1 -source=(http://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2 ) +source=(http://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2 \ + libpng-1.4.patch) build() { cd $name-$version + patch -Np1 -i ../libpng-1.4.patch export LDFLAGS_ffmpeg="-lfaad -la52 -lxvidcore -lmp3lame -lx264" ./configure --prefix=/usr \ --enable-dvdread \ |