openjpeg: Win32-compatible OpenJPEG-2.0 detection
authorРуслан Ижбулатов <lrn1986@gmail.com>
Tue, 6 May 2014 09:28:14 +0000 (09:28 +0000)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 22 Jul 2014 12:32:46 +0000 (14:32 +0200)
commit08a11c44aed17d5f6183d1aa890cfffdec214306
tree256bba293d0516fc95d777ccc21ab0065875f35d
parentf671066855c2de8aa3a13a3d5ed5512326314eed
openjpeg: Win32-compatible OpenJPEG-2.0 detection

OpenJPEG 2.0 API uses stdcall on W32 by default. This prevents normal
autoconf library macros from finding its functions.
A more compatible check is to acutally link a program that includes a
real header.

https://bugzilla.gnome.org/show_bug.cgi?id=733487
configure.ac