mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 00:07:33 +00:00
$inc_extra vs $_inc_extra typo, closes bug #543.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19290 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
56aebde80e
commit
a46fea4e8d
2
configure
vendored
2
configure
vendored
@ -4168,7 +4168,7 @@ EOF
|
||||
fi
|
||||
if test "$_caca" = yes ; then
|
||||
_def_caca='#define HAVE_CACA 1'
|
||||
_inc_extra="$inc_extra `caca-config --cflags`"
|
||||
_inc_extra="$_inc_extra `caca-config --cflags`"
|
||||
_ld_caca=`caca-config --libs`
|
||||
_vosrc="$_vosrc vo_caca.c"
|
||||
_vomodules="caca $_vomodules"
|
||||
|
Loading…
Reference in New Issue
Block a user