1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00

Add /usr/local/lib and /usr/local/include to the linker/compiler

search paths by default. Closes bug #650.
patch by sci-fi (at) hush (dot) ai


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21379 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-29 11:07:30 +00:00
parent 19300ef1db
commit cbe3bc8899

2
configure vendored
View File

@ -657,6 +657,8 @@ fi
_ldd=ldd
if darwin; then
_ldd="otool -L"
_ld_extra="$_ld_extra -L/usr/local/lib"
_inc_extra="$_inc_extra -I/usr/local/include"
fi
if aix ; then