Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-07-12 17:29:35 +0400
committerMåns Rullgård <mans@mansr.com>2009-07-12 17:29:35 +0400
commit467256f2485836b96288eb9d4c52e25d722525dd (patch)
tree5120fac5d17c02a1655dc57c46b54ce882d36220 /configure
parent50a334e4261bd632b058433aff11f341638307d4 (diff)
Add --sysroot flag to CPPFLAGS, not CFLAGS
Originally committed as revision 19405 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3be7aa0f5e..34aba9149e 100755
--- a/configure
+++ b/configure
@@ -1490,7 +1490,7 @@ set_default as
if test -n "$sysroot"; then
case "$cc_type" in
gcc)
- add_cflags --sysroot="$sysroot"
+ add_cppflags --sysroot="$sysroot"
add_ldflags --sysroot="$sysroot"
;;
esac