summaryrefslogtreecommitdiffstats
path: root/extra/vlc/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/vlc/Pkgfile')
-rw-r--r--extra/vlc/Pkgfile4
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 \