libmp4v2: fix for compilation with nasm 2.00

This commit is contained in:
Matt Housh 2007-12-07 16:05:16 -06:00
parent 4c164eacc9
commit e6488aa392

View File

@ -4,13 +4,14 @@
name=libmp4v2
version=1.5.0.1
release=1
release=2
source=(http://dl.sourceforge.net/sourceforge/mpeg4ip/mpeg4ip-$version.tar.gz)
build() {
cd mpeg4ip-$version
libtoolize
touch bootstrapped
sed -i -e 's/nasm -r/nasm -v/' configure
./configure --prefix=/usr \
--disable-warns-as-err \
--disable-server \