Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (51d0f7fcb71515a453de095ed551b060bce7a9a7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (51d0f7fcb71515a453de095ed551b060bce7a9a7)
  • Date: Tue, 8 May 2007 23:06:23 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

video/ffmpeg-svn/DEPENDS | 4 ++--
video/ffmpeg-svn/HISTORY | 4 ++++
2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 51d0f7fcb71515a453de095ed551b060bce7a9a7
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

ffmpeg-svn: --enable-libfaad -> --enable-faad

commit 571c858e6a8a6db4e45d6d097af13f365c4fdf6b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

ffmpeg-svn: --enable-libvorbis -> --enable-vorbis

diff --git a/video/ffmpeg-svn/DEPENDS b/video/ffmpeg-svn/DEPENDS
index dd7ae77..ea9c4ce 100755
--- a/video/ffmpeg-svn/DEPENDS
+++ b/video/ffmpeg-svn/DEPENDS
@@ -8,11 +8,11 @@ optional_depends "lame" \
"" \
"for mp3 encoding via libmp3lame" &&
optional_depends "libvorbis" \
- "--enable-libogg --enable-libvorbis" \
+ "--enable-libogg --enable-vorbis" \
"" \
"for ogg/vorbis support" &&
optional_depends "faad2" \
- "--enable-libfaad" \
+ "--enable-faad" \
"" \
"for AAC audio support" &&
optional_depends "imlib2" \
diff --git a/video/ffmpeg-svn/HISTORY b/video/ffmpeg-svn/HISTORY
index 3cc46fe..aa3e7f8 100644
--- a/video/ffmpeg-svn/HISTORY
+++ b/video/ffmpeg-svn/HISTORY
@@ -1,3 +1,7 @@
+2007-05-08 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: It's --enable-vorbis not --enable-libvorbis now
+ * DEPENDS: It's --enable-faad not --enable-libfaad now
+
2007-02-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* CONFLICTS: removed ffmpeg-cvs, deprecation complete




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (51d0f7fcb71515a453de095ed551b060bce7a9a7), Eric Sandall, 05/09/2007

Archive powered by MHonArc 2.6.24.

Top of Page