[SCM] libav/experimental: Add required limits.h header.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:36:05 UTC 2013
The following commit has been merged in the experimental branch:
commit ed0fd852a3a5cfb208a33f17fa9eb702573c57af
Author: Diego Biurrun <diego at biurrun.de>
Date: Sun Jan 25 21:54:05 2009 +0000
Add required limits.h header.
Originally committed as revision 16789 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavutil/internal.h b/libavutil/internal.h
index 3c03bfb..3fa1447 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -30,6 +30,7 @@
# define NDEBUG
#endif
+#include <limits.h>
#include <stdint.h>
#include <stddef.h>
#include <assert.h>
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list