diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 21:00:32 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 21:00:32 +0200 |
commit | d3b61b40165c6f81c442133acf69e567cfd80769 (patch) | |
tree | 61db4e39a345c04ba00d802ddda430a08b745d7d /extra/liba52 | |
parent | 602afb3a3d16409f953875543f90dba0a1391748 (diff) | |
download | nutyx-pakxe-d3b61b40165c6f81c442133acf69e567cfd80769.tar.gz nutyx-pakxe-d3b61b40165c6f81c442133acf69e567cfd80769.tar.bz2 nutyx-pakxe-d3b61b40165c6f81c442133acf69e567cfd80769.tar.xz nutyx-pakxe-d3b61b40165c6f81c442133acf69e567cfd80769.zip |
liba52, ajust pour la RC2
Diffstat (limited to 'extra/liba52')
-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 |