Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by George Sherwood (18fab9efd56b3db1b25ddcdd4d3e91e7c136b269)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: George Sherwood <gsherwood AT sourcemage.org>
  • Cc: "sm-commit AT lists.ibiblio.org" <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by George Sherwood (18fab9efd56b3db1b25ddcdd4d3e91e7c136b269)
  • Date: Wed, 19 Nov 2008 17:42:58 +0100


GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

video/ffmpeg/DEPENDS | 2 +-
video/ffmpeg/HISTORY | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 18fab9efd56b3db1b25ddcdd4d3e91e7c136b269
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

ffmpeg: Should be optional_depends libdts vice libdca. Bug #14881

diff --git a/video/ffmpeg/DEPENDS b/video/ffmpeg/DEPENDS
index cab8c39..cfcedac 100755
--- a/video/ffmpeg/DEPENDS
+++ b/video/ffmpeg/DEPENDS
@@ -22,7 +22,7 @@ optional_depends "freetype2" \
"" \
"" \
"for a text render plugin" &&
-optional_depends "libdca" \
+optional_depends "libdts" \
"--enable-libdts" \
"" \
"for DTS audio decoding" &&
diff --git a/video/ffmpeg/HISTORY b/video/ffmpeg/HISTORY
index caff583..3419f8f 100644
--- a/video/ffmpeg/HISTORY
+++ b/video/ffmpeg/HISTORY
@@ -1,3 +1,7 @@
+2008-11-18 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: optional_depends libdts vice libdca
+ Bug #14881


It is strange for me, imho libdts is dead and superseded by libdca.
Try http://www.videolan.org/dtsdec.html , it is replaced by http://www.videolan.org/developers/libdca.html
You can download libdts only from our fall-back.


--
Ladislav Hagara




Archive powered by MHonArc 2.6.24.

Top of Page