[FFmpeg-devel] [PATCH 2/2] armcc: filter out non-gcc options from ASFLAGS (original) (raw)
Janne Grunau janne-ffmpeg
Tue Jan 25 21:31:31 CET 2011
- Previous message: [FFmpeg-devel] [PATCH 1/2] configure: add filter_out() function
- Next message: [FFmpeg-devel] [PATCH 1/2] In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports it. In mov demuxer, set adpcm_ms and adpcm_ima_wav frame size to stsd samples per packet.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Jan 25, 2011 at 02:45:36PM +0000, Mans Rullgard wrote:
This allows passing armcc-specific flags with --extra-cflags without choking the assembler.
Signed-off-by: Mans Rullgard --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 51e1172..94993d7 100755 --- a/configure +++ b/configure @@ -1912,6 +1912,7 @@ elif $cc --vsn 2>/dev/null | grep -q "ARM C/C++ Compiler"; then ASDEPFLAGS='-MMD' speedcflags='-O3' sizecflags='-Os' + filterasflags="filterout -W${armccopt}*" elif $cc -version 2>/dev/null | grep -q TMS470; then cctype=tms470 ccversion="AVSTRINGIFY(TICOMPILERVERSION)"
ok
Janne
- Previous message: [FFmpeg-devel] [PATCH 1/2] configure: add filter_out() function
- Next message: [FFmpeg-devel] [PATCH 1/2] In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports it. In mov demuxer, set adpcm_ms and adpcm_ima_wav frame size to stsd samples per packet.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]