mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 07:16:56 +00:00
use of malloc without prototype.. very bad on 64bit archs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19490 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
470943ebb7
commit
6e2e1a80e7
@ -1,5 +1,6 @@
|
||||
#include <inttypes.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "ass.h"
|
||||
#include "ass_mp.h"
|
||||
|
Loading…
Reference in New Issue
Block a user