mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 13:14:36 +00:00
warning fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3840 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
584dc6ee3d
commit
c45d0b11c1
@ -20,7 +20,14 @@
|
||||
*************************************************************************/
|
||||
|
||||
|
||||
#include "config.h"
|
||||
#include "remez.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef HAVE_MALLOC_H
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
|
||||
/*******************
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "mpeg2_internal.h"
|
||||
#include "attributes.h"
|
||||
|
Loading…
Reference in New Issue
Block a user