mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 10:02:17 +00:00
lirc anc lircc are MPlayer-only, so add LDFLAGS for MPlayer link only.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29277 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
238df952ef
commit
86c9fb2e89
4
configure
vendored
4
configure
vendored
@ -7968,7 +7968,7 @@ EOF
|
||||
fi
|
||||
if test "$_lirc" = yes ; then
|
||||
def_lirc='#define CONFIG_LIRC 1'
|
||||
extra_ldflags="$extra_ldflags -llirc_client"
|
||||
libs_mplayer="$libs_mplayer -llirc_client"
|
||||
else
|
||||
def_lirc='#undef CONFIG_LIRC'
|
||||
fi
|
||||
@ -7985,7 +7985,7 @@ EOF
|
||||
fi
|
||||
if test "$_lircc" = yes ; then
|
||||
def_lircc='#define CONFIG_LIRCC 1'
|
||||
extra_ldflags="$extra_ldflags -llircc"
|
||||
libs_mplayer="$libs_mplayer -llircc"
|
||||
else
|
||||
def_lircc='#undef CONFIG_LIRCC'
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user