1
mirror of https://github.com/mpv-player/mpv synced 2024-08-08 13:25:45 +02:00

warning fix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3738 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pl 2001-12-25 16:43:27 +00:00
parent 37ddd5b06c
commit a54006e1cf

1
fli.c
View File

@ -8,6 +8,7 @@
#include "config.h"
#include "bswap.h"
#include <stdio.h>
#define LE_16(x) (le2me_16(*(unsigned short *)(x)))
#define LE_32(x) (le2me_32(*(unsigned int *)(x)))