0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02: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:
diego 2006-08-01 15:10:02 +00:00
parent 56aebde80e
commit a46fea4e8d

2
configure vendored
View File

@ -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"