Commit 2be38508 authored by ramiro's avatar ramiro

configure: Use check_lib2 for bzlib.

Functions are exported as WINAPI in win32, so it is not picked up by check_lib.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15957 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1288d431
......@@ -1830,7 +1830,7 @@ if ! enabled_any memalign memalign_hack && enabled need_memalign ; then
fi
disabled zlib || check_lib zlib.h zlibVersion -lz || disable zlib
disabled bzlib || check_lib bzlib.h BZ2_bzlibVersion -lbz2 || disable bzlib
disabled bzlib || check_lib2 bzlib.h BZ2_bzlibVersion -lbz2 || disable bzlib
# check for some common methods of building with pthread support
# do this before the optional library checks as some of them require pthreads
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment