diff options
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/liba52/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/liba52/Pkgfile b/extra/liba52/Pkgfile index 5bd07b9f1..e23910cd9 100755 --- a/extra/liba52/Pkgfile +++ b/extra/liba52/Pkgfile @@ -13,10 +13,10 @@ source=(http://liba52.sourceforge.net/files/a52dec-$version.tar.gz \ build() { cd a52dec-$version patch -Np1 -i ../a52dec-0.7.4-build.patch + ./bootstrap ./configure --prefix=/usr \ --mandir=/usr/share/man \ - --enable-shared \ - --enable-double + --enable-shared make -j3 make DESTDIR=$PKG install # required for xine-lib |