mirror of
https://github.com/mpv-player/mpv
synced 2025-02-23 16:36:56 +00:00
Fix libcdio test after r19200, the detected include dir was not stored.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19333 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
67c9657f5d
commit
863bd3ec3d
3
configure
vendored
3
configure
vendored
@ -5269,10 +5269,11 @@ int main()
|
||||
}
|
||||
EOF
|
||||
_libcdio=no
|
||||
for _inc_tmp in "$_inc_extra" "-I/usr/include/cdio" "-I/usr/local/include/cdio" ; do
|
||||
for _inc_tmp in "" "-I/usr/include/cdio" "-I/usr/local/include/cdio" ; do
|
||||
cc_check `pkg-config --cflags --libs libcdio_paranoia` $_inc_tmp $_ld_lm \
|
||||
&& tmp_run && _libcdio=yes && break
|
||||
done
|
||||
_inc_extra="$_inc_extra $_inc_tmp"
|
||||
else
|
||||
_libcdio=no
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user