This is in preparation for following changes.
Signed-off-by: Mans Rullgard <[email protected]>
---
configure | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configure b/configure
index 143bd2e..bc1cb11 100755
--- a/configure
+++ b/configure
@@ -2032,6 +2032,9 @@ tms470_flags(){
-O[0-3]|-mf=*) echo $flag ;;
-g) echo -g -mn ;;
-pds=*) echo $flag ;;
+ -D*|-I*) echo $flag ;;
+ --gcc|--abi=*) echo $flag ;;
+ -me) echo $flag ;;
esac
done
}
--
1.7.11.1
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel