Mercurial > mplayer.hg
comparison configure @ 5167:5ad4891530b5
lirc fix by Keller Attila <mikimo3@freemail.hu>
author | arpi |
---|---|
date | Sun, 17 Mar 2002 20:28:19 +0000 |
parents | ed2e841e863d |
children | 59df6b778d78 |
comparison
equal
deleted
inserted
replaced
5166:f99487594e08 | 5167:5ad4891530b5 |
---|---|
3156 fi | 3156 fi |
3157 fi | 3157 fi |
3158 if test "$_lirc" = yes ; then | 3158 if test "$_lirc" = yes ; then |
3159 _def_lirc='#define HAVE_LIRC 1' | 3159 _def_lirc='#define HAVE_LIRC 1' |
3160 if test "$_new_input" = yes ; then | 3160 if test "$_new_input" = yes ; then |
3161 _ld_new_input="-llirc_client $_ld_new_input" | 3161 _ld_new_input="$_ld_new_input -llirc_client" |
3162 else | 3162 else |
3163 _ld_lirc='-llirc_client' | 3163 _ld_lirc='-llirc_client' |
3164 fi | 3164 fi |
3165 else | 3165 else |
3166 _def_lirc='#undef HAVE_LIRC' | 3166 _def_lirc='#undef HAVE_LIRC' |