Skip to Content.
Sympa Menu

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

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 (63d0622701f2a6672aba33f459fb8e4953cbd444)
  • Date: Sat, 9 May 2009 15:32:59 -0500

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

video/ffmpeg/BUILD | 2 ++
video/ffmpeg/HISTORY | 3 +++
2 files changed, 5 insertions(+)

New commits:
commit 63d0622701f2a6672aba33f459fb8e4953cbd444
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

ffmpeg: Fails using -Wl,--as-needed in LDFLAGS

diff --git a/video/ffmpeg/BUILD b/video/ffmpeg/BUILD
index 865ef4f..39c6be6 100755
--- a/video/ffmpeg/BUILD
+++ b/video/ffmpeg/BUILD
@@ -6,6 +6,8 @@ disable_pic &&

OPTS="$FFMPEG_SWSCALE $OPTS" &&

+LDFLAGS=${LDFLAGS//-Wl,--as-needed/} &&
+
./configure --prefix=${INSTALL_ROOT}/usr \
--mandir=${INSTALL_ROOT}/usr/share/man \
--enable-shared \
diff --git a/video/ffmpeg/HISTORY b/video/ffmpeg/HISTORY
index 0314630..b859423 100644
--- a/video/ffmpeg/HISTORY
+++ b/video/ffmpeg/HISTORY
@@ -1,3 +1,6 @@
+2009-05-09 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Fails using -Wl,--as-needed in LDFLAGS
+
2009-03-10 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.5




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (63d0622701f2a6672aba33f459fb8e4953cbd444), Eric Sandall, 05/09/2009

Archive powered by MHonArc 2.6.24.

Top of Page