[FFmpeg-cvslog] fate: Allow setting the ld parameter from the config file

Martin Storsjö git at videolan.org
Thu Sep 6 16:28:31 CEST 2012


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Sep  5 22:57:40 2012 +0300| [2b3660084f03c9dbf052e64229b3316ac40c0edf] | committer: Martin Storsjö

fate: Allow setting the ld parameter from the config file

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2b3660084f03c9dbf052e64229b3316ac40c0edf
---

 tests/fate.sh |    1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/fate.sh b/tests/fate.sh
index e04c871..86e4178 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -49,6 +49,7 @@ configure()(
         ${cpu:+--cpu="$cpu"}                                            \
         ${cross_prefix:+--cross-prefix="$cross_prefix"}                 \
         ${cc:+--cc="$cc"}                                               \
+        ${ld:+--ld="$ld"}                                               \
         ${target_os:+--target-os="$target_os"}                          \
         ${sysroot:+--sysroot="$sysroot"}                                \
         ${target_exec:+--target-exec="$target_exec"}                    \



More information about the ffmpeg-cvslog mailing list