Skip to Content.
Sympa Menu

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

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 (7e49e0fe903324e97eddfd7d8693d11235d35ade)
  • Date: Wed, 16 May 2007 15:54:33 -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, 2 insertions(+), 6 deletions(-)

New commits:
commit 7e49e0fe903324e97eddfd7d8693d11235d35ade
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

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

This reverts commit 571c858e6a8a6db4e45d6d097af13f365c4fdf6b.

--enable-vorbis is from a January 2, 2007 checkout. --enable-libvorbis is
the current choice.

commit 9867448c3fe189b2abfaacfc0907a0970c3b029b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

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

This reverts commit 51d0f7fcb71515a453de095ed551b060bce7a9a7.

--enable-faad is from the January 2, 2007 checkout. --enable-libfaad is
the current choice.

diff --git a/video/ffmpeg-svn/DEPENDS b/video/ffmpeg-svn/DEPENDS
index ea9c4ce..dd7ae77 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-vorbis" \
+ "--enable-libogg --enable-libvorbis" \
"" \
"for ogg/vorbis support" &&
optional_depends "faad2" \
- "--enable-faad" \
+ "--enable-libfaad" \
"" \
"for AAC audio support" &&
optional_depends "imlib2" \
diff --git a/video/ffmpeg-svn/HISTORY b/video/ffmpeg-svn/HISTORY
index aa3e7f8..3cc46fe 100644
--- a/video/ffmpeg-svn/HISTORY
+++ b/video/ffmpeg-svn/HISTORY
@@ -1,7 +1,3 @@
-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 (7e49e0fe903324e97eddfd7d8693d11235d35ade), Eric Sandall, 05/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page