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

Eric Sandall scm at sourcemage.org
Wed May 16 16:54:33 EDT 2007


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
 



More information about the SM-Commit mailing list