mirror of
https://github.com/mpv-player/mpv
synced 2025-03-22 19:34:14 +00:00
Add missing stdlib.h #include to fribidi check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30222 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
22298a8e57
commit
e4ce50305b
1
configure
vendored
1
configure
vendored
@ -6256,6 +6256,7 @@ _ld_tmp=""
|
|||||||
if test "$_fribidi" = auto ; then
|
if test "$_fribidi" = auto ; then
|
||||||
cat > $TMPC << EOF
|
cat > $TMPC << EOF
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
/* workaround for fribidi 0.10.4 and below */
|
/* workaround for fribidi 0.10.4 and below */
|
||||||
#define FRIBIDI_CHARSET_UTF8 FRIBIDI_CHAR_SET_UTF8
|
#define FRIBIDI_CHARSET_UTF8 FRIBIDI_CHAR_SET_UTF8
|
||||||
#include <fribidi/fribidi.h>
|
#include <fribidi/fribidi.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user