From: Sean McGovern <[email protected]> These flags are as linker-specific as other LDFLAGS and thus need to be translated to the correct syntax for each linker.
Signed-off-by: Diego Biurrun <[email protected]> --- Simplified version that avoids the extra echo call. configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 375865e..a008365 100755 --- a/configure +++ b/configure @@ -3888,7 +3888,7 @@ LD_PATH=$LD_PATH DLLTOOL=$dlltool LDFLAGS=$LDFLAGS LDFLAGS-avserver=$AVSERVERLDFLAGS -SHFLAGS=$SHFLAGS +SHFLAGS=$($ldflags_filter "$SHFLAGS") YASMFLAGS=$YASMFLAGS BUILDSUF=$build_suffix FULLNAME=$FULLNAME -- 1.7.1 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
