|
@@ -3123,6 +3123,8 @@ elif enabled armcc; then
|
|
|
add_cflags -W${armcc_opt},--diag_suppress=1207
|
|
|
add_cflags -W${armcc_opt},--diag_suppress=1293 # assignment in condition
|
|
|
add_cflags -W${armcc_opt},--diag_suppress=3343 # hardfp compat
|
|
|
+ add_cflags -W${armcc_opt},--diag_suppress=167 # pointer sign
|
|
|
+ add_cflags -W${armcc_opt},--diag_suppress=513 # pointer sign
|
|
|
elif enabled tms470; then
|
|
|
add_cflags -pds=824 -pds=837
|
|
|
elif enabled pathscale; then
|
|
@@ -3317,8 +3319,6 @@ config_files="$TMPH config.mak"
|
|
|
|
|
|
cat > config.mak <<EOF
|
|
|
# Automatically generated by configure - do not modify!
|
|
|
-ifndef FFMPEG_CONFIG_MAK
|
|
|
-FFMPEG_CONFIG_MAK=1
|
|
|
FFMPEG_CONFIGURATION=$FFMPEG_CONFIGURATION
|
|
|
prefix=$prefix
|
|
|
LIBDIR=\$(DESTDIR)$libdir
|
|
@@ -3461,7 +3461,6 @@ SEEK_TESTS=$(print_enabled -n _test $SEEK_TESTS)
|
|
|
EOF
|
|
|
|
|
|
echo "#endif /* FFMPEG_CONFIG_H */" >> $TMPH
|
|
|
-echo "endif # FFMPEG_CONFIG_MAK" >> config.mak
|
|
|
|
|
|
# Do not overwrite an unchanged config.h to avoid superfluous rebuilds.
|
|
|
cp_if_changed $TMPH config.h
|