multimedia/qdvdauthor: Update script.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Roland Suchan 2024-07-21 21:20:46 +07:00 committed by Willy Sudiarto Raharjo
parent b8779ef9a5
commit 60b60e0ef6
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -63,7 +63,7 @@ tar xvf $CWD/alpha_trans.tar.bz2
tar xvf $CWD/ffmpeg-0.6.7.tar.bz2 -C $TMP/$PRGNAM-$VERSION/qrender
cd qrender/ffmpeg-0.6.7
./configure --prefix="`pwd`" --disable-yasm --enable-gpl --enable-static --enable-shared --libdir=lib --incdir=include
make CFLAGS="-fPIC -Wno-error=implicit-function-declaration -I/usr/include/SDL"
make CFLAGS="-fPIC -Wno-incompatible-pointer-types -Wno-error=implicit-function-declaration -I/usr/include/SDL"
make install
cd ..
cd ..