libdvdnav:

- build and install as shared lib
This commit is contained in:
Stephan Raue 2009-10-03 23:03:33 +02:00
parent 005b7cd9dc
commit 9079e59ab2

View File

@ -10,11 +10,12 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--enable-static \
--disable-shared \
--disable-static \
--enable-shared \
--disable-debug \
--disable-strip \
--cc=$CC \
--with-dvdread-config="$ROOT/$TOOLCHAIN/bin/dvdread-config" \
make