[FFmpeg-cvslog] configure: add more passthrough flags in tms470 filter

Mans Rullgard git at videolan.org
Sun Jul 22 22:22:49 CEST 2012


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Fri Jul 20 01:27:53 2012 +0100| [ad93dccb64fd2971ca6203fd84ac26e92fb902c1] | committer: Mans Rullgard

configure: add more passthrough flags in tms470 filter

This is in preparation for following changes.

Signed-off-by: Mans Rullgard <mans at mansr.com>

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

 configure |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure b/configure
index 2797b31..4b68e73 100755
--- a/configure
+++ b/configure
@@ -2025,6 +2025,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
 }



More information about the ffmpeg-cvslog mailing list