simplify imlib2 check
Originally committed as revision 7920 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4f562a6624
commit
ec1e9c4486
7
configure
vendored
7
configure
vendored
@ -1642,13 +1642,10 @@ enabled audio_beos && add_extralibs "-lmedia -lbe"
|
|||||||
# imlib check
|
# imlib check
|
||||||
|
|
||||||
imlib2=no
|
imlib2=no
|
||||||
if (imlib2-config --version) >/dev/null 2>&1 ; then
|
if imlib2-config --version >/dev/null 2>&1; then
|
||||||
temp_cflags `imlib2-config --cflags`
|
temp_cflags `imlib2-config --cflags`
|
||||||
temp_extralibs `imlib2-config --libs`
|
temp_extralibs `imlib2-config --libs`
|
||||||
check_ld <<EOF && imlib2=yes
|
check_lib Imlib2.h imlib_load_font && enable imlib2
|
||||||
#include <Imlib2.h>
|
|
||||||
int main( void ) { return (int) imlib_load_font("foo"); }
|
|
||||||
EOF
|
|
||||||
restore_flags
|
restore_flags
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user