Browse Source

Updated ffmpeg (2006-11-04 -> 2007-09-13)

early
Minto van der Sluis 18 years ago
parent
commit
9d776cecee
  1. 3
      multimedia/ffmpeg/ffmpeg.conf
  2. 7
      multimedia/ffmpeg/ffmpeg.desc

3
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"

7
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 <list@opensde.org>
@ -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}

Loading…
Cancel
Save