diff --git a/multimedia/ffmpeg/ffmpeg.conf b/multimedia/ffmpeg/ffmpeg.conf index d05420bec..529ba6716 100644 --- a/multimedia/ffmpeg/ffmpeg.conf +++ b/multimedia/ffmpeg/ffmpeg.conf @@ -40,6 +40,9 @@ fi # MMX optimizations currently don't compile (version 0.4.8) var_append confopt " " "--enable-gpl --enable-shared --enable-pp" +# Shared objects should go in libdir as well. +var_append confopt " " "--shlibdir=$libdir" + # do not utilize uname to accidently retrieve sparc64 on 32bit user-space Ultras [ "$arch" = "sparc" ] && var_append confopt " " "--cpu=$arch_machine" diff --git a/multimedia/ffmpeg/ffmpeg.desc b/multimedia/ffmpeg/ffmpeg.desc index d9842b5d9..ef2cbd3de 100644 --- a/multimedia/ffmpeg/ffmpeg.desc +++ b/multimedia/ffmpeg/ffmpeg.desc @@ -20,7 +20,7 @@ [T] FFmpeg is a complete solution to record, convert and stream audio and [T] video. It includes libavcodec, the leading audio/video codec library. -[U] http://ffmpeg.sourceforge.net/ +[U] http://ffmpeg.mplayerhq.hu/ [A] Many - see the CREDITS file [M] The OpenSDE Community @@ -30,8 +30,7 @@ [L] LGPL [S] Stable -[V] 2006-11-04 +[V] 2007-09-13 [P] X -----5---9 142.600 -#[D] 2478774124 ffmpeg-0.4.9-pre1.tar.gz http://dl.sourceforge.net/sourceforge/ffmpeg/ -[D] X ffmpeg-2007-06-16.tar.bz2 svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg -r {2007-06-16} +[D] X ffmpeg-2007-09-13.tar.bz2 svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg -r {2007-09-13}