[libav-devel] [PATCH] fate: Allow setting the ld parameter from the config file

2012-09-05 Thread Martin Storsjö
--- tests/fate.sh |1 + 1 file changed, 1 insertion(+) diff --git a/tests/fate.sh b/tests/fate.sh index b95b222..411fa28 100755 --- a/tests/fate.sh +++ b/tests/fate.sh @@ -49,6 +49,7 @@ configure()( ${cpu:+--cpu="$cpu"}\ ${cross_pr

Re: [libav-devel] [PATCH] fate: Allow setting the ld parameter from the config file

2012-09-05 Thread Diego Biurrun
On Wed, Sep 05, 2012 at 11:02:16PM +0300, Martin Storsjö wrote: > --- a/tests/fate.sh > +++ b/tests/fate.sh > @@ -49,6 +49,7 @@ configure()( > ${cpu:+--cpu="$cpu"}\ > ${cross_prefix:+--cross-prefix="$cross_prefix"} \ >

Re: [libav-devel] [PATCH] fate: Allow setting the ld parameter from the config file

2012-09-05 Thread Måns Rullgård
Martin Storsjö writes: > --- > tests/fate.sh |1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/fate.sh b/tests/fate.sh > index b95b222..411fa28 100755 > --- a/tests/fate.sh > +++ b/tests/fate.sh > @@ -49,6 +49,7 @@ configure()( > ${cpu:+--cpu="$cpu"}