mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-17 21:14:47 +00:00
cosmetics: indentation
Originally committed as revision 7830 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1b45e30404
commit
929f034755
4
configure
vendored
4
configure
vendored
@ -1671,11 +1671,11 @@ fi
|
|||||||
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 || imlib2=no
|
check_ld <<EOF && imlib2=yes || imlib2=no
|
||||||
#include <Imlib2.h>
|
#include <Imlib2.h>
|
||||||
int main( void ) { return (int) imlib_load_font("foo"); }
|
int main( void ) { return (int) imlib_load_font("foo"); }
|
||||||
EOF
|
EOF
|
||||||
restore_flags
|
restore_flags
|
||||||
fi
|
fi
|
||||||
|
|
||||||
##########################################
|
##########################################
|
||||||
|
Loading…
Reference in New Issue
Block a user