summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-17 09:53:35 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-17 09:53:35 +0000
commitb074fcbc42d0ffb86d4e40592090c52d1a89dbbe (patch)
tree0ffd22120320a5184dbfea182e7b53475f95c7e4 /configure
parent85c3622f1c54ceb909e65696ff8a1f2cc61e167a (diff)
downloadmpv-b074fcbc42d0ffb86d4e40592090c52d1a89dbbe.tar.bz2
mpv-b074fcbc42d0ffb86d4e40592090c52d1a89dbbe.tar.xz
let DirectFB find it's headers in --with-extraincdir=DIR
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12840 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a1f94a3647..86df8acf99 100755
--- a/configure
+++ b/configure
@@ -3037,7 +3037,7 @@ echores "$_tga"
echocheck "DirectFB headers presence"
if test -z "$_inc_directfb" ; then
- for I in /usr/include /usr/local/include; do
+ for I in /usr/include /usr/local/include $_inc_extra; do
if test -d "$I/directfb" && test -f "$I/directfb/directfb.h" ; then
_inc_directfb="-I$I/directfb"
echores "yes (using $_inc_directfb)"