Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
ec1e9c44
Commit
ec1e9c44
authored
Feb 11, 2007
by
Måns Rullgård
Browse files
simplify imlib2 check
Originally committed as revision 7920 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
4f562a66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
configure
configure
+2
-5
No files found.
configure
View file @
ec1e9c44
...
...
@@ -1642,13 +1642,10 @@ enabled audio_beos && add_extralibs "-lmedia -lbe"
# imlib check
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_extralibs
`
imlib2-config
--libs
`
check_ld
<<
EOF
&& imlib2=yes
#include <Imlib2.h>
int main( void ) { return (int) imlib_load_font("foo"); }
EOF
check_lib Imlib2.h imlib_load_font
&&
enable
imlib2
restore_flags
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment