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>
Mon, 21 Jul 2014 10:09:48 +0000 (12:09 +0200)
commit3ac444d2b7266512b53070cdda17e158697c89cf
tree49f043286e82b36fb9ccbd2a965a188997726d03
parentc42595cc69271cce58b2187b3a77fcdd6fcb7b5d
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