Mercurial > mplayer.hg
changeset 5167:5ad4891530b5
lirc fix by Keller Attila <mikimo3@freemail.hu>
author | arpi |
---|---|
date | Sun, 17 Mar 2002 20:28:19 +0000 |
parents | f99487594e08 |
children | c56853195dd6 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Mar 17 17:09:04 2002 +0000 +++ b/configure Sun Mar 17 20:28:19 2002 +0000 @@ -3158,7 +3158,7 @@ if test "$_lirc" = yes ; then _def_lirc='#define HAVE_LIRC 1' if test "$_new_input" = yes ; then - _ld_new_input="-llirc_client $_ld_new_input" + _ld_new_input="$_ld_new_input -llirc_client" else _ld_lirc='-llirc_client' fi