mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
multimedia/qdvdauthor: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b8779ef9a5
commit
60b60e0ef6
1 changed files with 1 additions and 1 deletions
|
@ -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 ..
|
||||
|
|
Loading…
Reference in a new issue