mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 00:42:57 +00:00
<stdint.h> doesn't exist in FreeBSD
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3918 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fe3e3f6929
commit
f584ec4754
@ -43,7 +43,9 @@
|
|||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
#ifndef __FreeBSD__
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user