[FFmpeg-cvslog] r19411 - trunk/configure
mru
subversion
Sun Jul 12 15:29:51 CEST 2009
Author: mru
Date: Sun Jul 12 15:29:51 2009
New Revision: 19411
Log:
Add flags from --extra-cflags after compiler detection
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Jul 12 15:29:48 2009 (r19410)
+++ trunk/configure Sun Jul 12 15:29:51 2009 (r19411)
@@ -996,6 +996,7 @@ CMDLINE_SET="
cpu
cross_prefix
dep_cc
+ extra_cflags
extra_version
host_cc
host_cflags
@@ -1343,8 +1344,6 @@ show_list() {
for opt do
optval="${opt#*=}"
case "$opt" in
- --extra-cflags=*) add_cflags $optval
- ;;
--extra-ldflags=*) add_ldflags $optval
;;
--extra-libs=*) add_extralibs $optval
@@ -1494,6 +1493,8 @@ test -n "$cc_type" && enable $cc_type ||
: ${ld_default:=$cc}
set_default as dep_cc ld
+add_cflags $extra_cflags
+
if test -n "$sysroot"; then
case "$cc_type" in
gcc)
More information about the ffmpeg-cvslog
mailing list