Mercurial > mplayer.hg
comparison configure @ 21074:738425edf828
100l typos, noticed by Carl Eugen Hoyos, cehoyos (at) ag or at
author | diego |
---|---|
date | Mon, 20 Nov 2006 00:55:57 +0000 |
parents | 8f6483942b59 |
children | e09b3a8a11d3 |
comparison
equal
deleted
inserted
replaced
21073:8f6483942b59 | 21074:738425edf828 |
---|---|
5432 fi | 5432 fi |
5433 fi | 5433 fi |
5434 if test "$_fribidi" = yes ; then | 5434 if test "$_fribidi" = yes ; then |
5435 _def_fribidi='#define USE_FRIBIDI' | 5435 _def_fribidi='#define USE_FRIBIDI' |
5436 _inc_extra="$_inc_extra `$_fribidiconfig --cflags`" | 5436 _inc_extra="$_inc_extra `$_fribidiconfig --cflags`" |
5437 _ld_extra="$_ld_extra `$_fribidiconfig --libs` | 5437 _ld_extra="$_ld_extra `$_fribidiconfig --libs`" |
5438 else | 5438 else |
5439 _def_fribidi='#undef USE_FRIBIDI' | 5439 _def_fribidi='#undef USE_FRIBIDI' |
5440 fi | 5440 fi |
5441 echores "$_fribidi" | 5441 echores "$_fribidi" |
5442 | 5442 |
6775 | 6775 |
6776 echocheck "network" | 6776 echocheck "network" |
6777 # FIXME network check | 6777 # FIXME network check |
6778 if test "$_network" = yes ; then | 6778 if test "$_network" = yes ; then |
6779 _def_network='#define MPLAYER_NETWORK 1' | 6779 _def_network='#define MPLAYER_NETWORK 1' |
6780 _ld_extra="_ld_extra $_ld_sock" | 6780 _ld_extra="$_ld_extra $_ld_sock" |
6781 _inputmodules="network $_inputmodules" | 6781 _inputmodules="network $_inputmodules" |
6782 else | 6782 else |
6783 _noinputmodules="network $_noinputmodules" | 6783 _noinputmodules="network $_noinputmodules" |
6784 _def_network='#undef MPLAYER_NETWORK' | 6784 _def_network='#undef MPLAYER_NETWORK' |
6785 _ftp=no | 6785 _ftp=no |