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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-04-18 05:00:27 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-04-18 05:00:31 +0400
commitee94362c8a6ae70eb7f7c946729122f1b91a6b6c (patch)
tree02ca27f1cda4a7d2ff1b47fe94cdd158f5e2b573
parent6998af4a40e67b5f0bfb769b7749f38a92eb2819 (diff)
parent2ade23a7ada650a1aa6a857e3d2e1c136a8708d8 (diff)
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master: Fix pgc compilation with --disable-optimizations. Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f146f7e82c..2aff8e2590 100755
--- a/configure
+++ b/configure
@@ -2806,7 +2806,7 @@ probe_cc(){
opt_common='-alias=ansi -Mdse -Mlre -Mpre'
_cflags_speed="-O3 -Mautoinline -Munroll=c:4 $opt_common"
_cflags_size="-O2 -Munroll=c:1 $opt_common"
- _cflags_noopt="-O1"
+ _cflags_noopt="-O"
_flags_filter=pgi_flags
elif $_cc 2>&1 | grep -q Microsoft; then
_type=msvc