Mercurial > mplayer.hg
comparison configure @ 26048:232cb92a2f1c
Check for -mno-omit-leaf-frame-pointer (compilation fix for icc 10.1.012).
author | cehoyos |
---|---|
date | Sun, 24 Feb 2008 11:15:30 +0000 |
parents | ad048f993f66 |
children | 0a21dff6b5ef |
comparison
equal
deleted
inserted
replaced
26047:9153b0e6ab23 | 26048:232cb92a2f1c |
---|---|
7590 cc_check -Wdeclaration-after-statement && CFLAGS="-Wdeclaration-after-statement $CFLAGS" | 7590 cc_check -Wdeclaration-after-statement && CFLAGS="-Wdeclaration-after-statement $CFLAGS" |
7591 cc_check -Wno-pointer-sign && CFLAGS="-Wno-pointer-sign $CFLAGS" | 7591 cc_check -Wno-pointer-sign && CFLAGS="-Wno-pointer-sign $CFLAGS" |
7592 cc_check -Wdisabled-optimization && CFLAGS="-Wdisabled-optimization $CFLAGS" | 7592 cc_check -Wdisabled-optimization && CFLAGS="-Wdisabled-optimization $CFLAGS" |
7593 fi | 7593 fi |
7594 | 7594 |
7595 cc_check -mno-omit-leaf-frame-pointer && CFLAG_NO_OMIT_LEAF_FRAME_POINTER="-mno-omit-leaf-frame-pointer" | |
7595 | 7596 |
7596 #this must be the last test to be performed or the ones following it will likely fail | 7597 #this must be the last test to be performed or the ones following it will likely fail |
7597 #because libdvdnavmini is intentionally not linked against libdvdread (to permit mplayer | 7598 #because libdvdnavmini is intentionally not linked against libdvdread (to permit mplayer |
7598 # to use its own copy of the library) | 7599 # to use its own copy of the library) |
7599 echocheck "DVD support (libdvdnav)" | 7600 echocheck "DVD support (libdvdnav)" |
7648 WINDRES = $_windres | 7649 WINDRES = $_windres |
7649 INSTALL = $_install | 7650 INSTALL = $_install |
7650 EXTRA_INC = $_inc_extra | 7651 EXTRA_INC = $_inc_extra |
7651 EXTRAXX_INC = $_inc_extra $_inc_extraxx | 7652 EXTRAXX_INC = $_inc_extra $_inc_extraxx |
7652 OPTFLAGS = $CFLAGS \$(EXTRA_INC) | 7653 OPTFLAGS = $CFLAGS \$(EXTRA_INC) |
7654 CFLAG_NO_OMIT_LEAF_FRAME_POINTER = $CFLAG_NO_OMIT_LEAF_FRAME_POINTER | |
7653 CXXFLAGS = $CXXFLAGS \$(EXTRAXX_INC) | 7655 CXXFLAGS = $CXXFLAGS \$(EXTRAXX_INC) |
7654 CFLAG_STACKREALIGN = $_stackrealign | 7656 CFLAG_STACKREALIGN = $_stackrealign |
7655 INSTALLSTRIP = $_install_strip | 7657 INSTALLSTRIP = $_install_strip |
7656 CHARSET = $_charset | 7658 CHARSET = $_charset |
7657 HELP_FILE = $_mp_help | 7659 HELP_FILE = $_mp_help |