comparison configure @ 29235:605a2f464842

lirc anc lircc are MPlayer-only, so add LDFLAGS for MPlayer link only.
author diego
date Fri, 08 May 2009 16:21:03 +0000
parents 4a268bd89bbc
children 769e1237fae5
comparison
equal deleted inserted replaced
29234:6c47111fe28e 29235:605a2f464842
7966 EOF 7966 EOF
7967 cc_check -llirc_client && _lirc=yes 7967 cc_check -llirc_client && _lirc=yes
7968 fi 7968 fi
7969 if test "$_lirc" = yes ; then 7969 if test "$_lirc" = yes ; then
7970 def_lirc='#define CONFIG_LIRC 1' 7970 def_lirc='#define CONFIG_LIRC 1'
7971 extra_ldflags="$extra_ldflags -llirc_client" 7971 libs_mplayer="$libs_mplayer -llirc_client"
7972 else 7972 else
7973 def_lirc='#undef CONFIG_LIRC' 7973 def_lirc='#undef CONFIG_LIRC'
7974 fi 7974 fi
7975 echores "$_lirc" 7975 echores "$_lirc"
7976 7976
7983 EOF 7983 EOF
7984 cc_check -llircc && _lircc=yes 7984 cc_check -llircc && _lircc=yes
7985 fi 7985 fi
7986 if test "$_lircc" = yes ; then 7986 if test "$_lircc" = yes ; then
7987 def_lircc='#define CONFIG_LIRCC 1' 7987 def_lircc='#define CONFIG_LIRCC 1'
7988 extra_ldflags="$extra_ldflags -llircc" 7988 libs_mplayer="$libs_mplayer -llircc"
7989 else 7989 else
7990 def_lircc='#undef CONFIG_LIRCC' 7990 def_lircc='#undef CONFIG_LIRCC'
7991 fi 7991 fi
7992 echores "$_lircc" 7992 echores "$_lircc"
7993 7993