Mercurial > mplayer.hg
changeset 19305:ec0eb7a62cbd
cosmetics: Fix indentation after last commit.
author | diego |
---|---|
date | Thu, 03 Aug 2006 23:43:15 +0000 |
parents | 74b228b3dcb1 |
children | a7b0bc9aadda |
files | configure |
diffstat | 1 files changed, 23 insertions(+), 23 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Aug 03 23:41:35 2006 +0000 +++ b/configure Thu Aug 03 23:43:15 2006 +0000 @@ -4258,9 +4258,9 @@ _vomodules="mpegpes(dvb) $_vomodules" fi - echocheck "DVB HEAD" - if test "$_dvbhead" = auto ; then - _dvbhead=no +echocheck "DVB HEAD" +if test "$_dvbhead" = auto ; then + _dvbhead=no cat >$TMPC << EOF #include <sys/poll.h> @@ -4275,27 +4275,27 @@ #include <linux/dvb/audio.h> int main(void) {return 0;} EOF - if cc_check ; then - _dvbhead=yes - else - for I in "$_inc_dvb" "-I/usr/src/DVB/include" ; do - if cc_check "$I" ; then - _dvbhead=yes - _inc_dvb="$I" - _res_comment="using $_inc_dvb" - break - fi - done - test "$_dvbhead" = no && _res_comment="specify path to DVB/include (HEAD Version) with --with-dvbincdir=DIR" - fi + if cc_check ; then + _dvbhead=yes + else + for I in "$_inc_dvb" "-I/usr/src/DVB/include" ; do + if cc_check "$I" ; then + _dvbhead=yes + _inc_dvb="$I" + _res_comment="using $_inc_dvb" + break + fi + done + test "$_dvbhead" = no && _res_comment="specify path to DVB/include (HEAD Version) with --with-dvbincdir=DIR" fi - echores "$_dvbhead" - if test "$_dvbhead" = yes ; then - _def_dvb='#define HAVE_DVB_HEAD 1' - _def_dvb_in='#define HAS_DVBIN_SUPPORT 1' - _aomodules="mpegpes(dvb) $_aomodules" - _vomodules="mpegpes(dvb) $_vomodules" - fi +fi +echores "$_dvbhead" +if test "$_dvbhead" = yes ; then + _def_dvb='#define HAVE_DVB_HEAD 1' + _def_dvb_in='#define HAS_DVBIN_SUPPORT 1' + _aomodules="mpegpes(dvb) $_aomodules" + _vomodules="mpegpes(dvb) $_vomodules" +fi if test "$_dvbhead" = no && test "$_dvb" = no ; then _def_dvb='#undef HAVE_DVB'