1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-14 19:05:33 +00:00

demux_rtp_codec.cpp💯 `INT_MAX' undeclared (first use this function)

patch by Carl Eugen Hoyos, cehoyos ag.or at


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21929 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-01-15 04:57:43 +00:00
parent 714d24670c
commit 86756e67b0

View File

@ -3,6 +3,7 @@
#include "demux_rtp_internal.h"
extern "C" {
#include <limits.h>
#include "stheader.h"
}