forked from FFmpeg/FFmpeg
configure: add more passthrough flags in tms470 filter
This is in preparation for following changes. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
d0c6d424f4
commit
ad93dccb64
1 changed files with 3 additions and 0 deletions
3
configure
vendored
3
configure
vendored
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue