diff options
Diffstat (limited to 'extra/vlc/Pkgfile')
-rw-r--r-- | extra/vlc/Pkgfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/extra/vlc/Pkgfile b/extra/vlc/Pkgfile index aed7f3e8f..9b89bf86f 100644 --- a/extra/vlc/Pkgfile +++ b/extra/vlc/Pkgfile @@ -7,12 +7,10 @@ name=vlc version=1.1.4 release=1 -source=(http://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2 \ - http://nutyx.meticul.eu/files/patchs/$name/libpng-1.4.patch) +source=(http://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2) build() { cd $name-$version -# patch -Np1 -i ../libpng-1.4.patch export LDFLAGS_ffmpeg="-lfaad -la52 -lxvidcore -lmp3lame -lx264" ./configure --prefix=/usr \ --enable-dvdread \ |