diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-15 15:34:21 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-15 15:34:21 +0000 |
commit | 5d8e1613becd5d8fbf3aa429a54f1a73a31f45b6 (patch) | |
tree | 56e01929e9447406160e54aa6208bd127d73359f /ffmpeg/ffmpeg.SlackBuild | |
parent | a776a1ca78985c117fae11cda34bf2eac0ebc94e (diff) | |
download | slackbuilds-5d8e1613becd5d8fbf3aa429a54f1a73a31f45b6.tar.gz slackbuilds-5d8e1613becd5d8fbf3aa429a54f1a73a31f45b6.tar.bz2 |
ffmpeg: updated configure options
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@371 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'ffmpeg/ffmpeg.SlackBuild')
-rwxr-xr-x | ffmpeg/ffmpeg.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg/ffmpeg.SlackBuild b/ffmpeg/ffmpeg.SlackBuild index 66c4a83a..6fec659a 100755 --- a/ffmpeg/ffmpeg.SlackBuild +++ b/ffmpeg/ffmpeg.SlackBuild @@ -68,7 +68,7 @@ cd $TMP svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk $PACKAGE cd $PACKAGE -./configure --prefix=/usr --libdir=$LIBDIR +./configure --prefix=/usr --libdir=$LIBDIR --enable-shared --enable-pthreads --enable-mp3lame --enable-vorbis --enable-gpl make || exit 32 make DESTDIR=$TMP/package-$PACKAGE install |