Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-06-27 02:42:55 +0400
committerDiego Biurrun <diego@biurrun.de>2011-06-28 15:14:46 +0400
commitbb00b15f9e4e3c56abf628ed2cb9bfa8965e2bf8 (patch)
tree060d5cdb9e2b9d0629a3ba09bfbf7b6926bbb379 /libavcodec
parentd2ee495fb241fa4ef5b8b56161328c4379d1c79a (diff)
avutil: Remove unused arbitrary precision integer code.
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 146dd306c3..4e15f6fb42 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -26,7 +26,6 @@
*/
#include "libavutil/avstring.h"
-#include "libavutil/integer.h"
#include "libavutil/crc.h"
#include "libavutil/pixdesc.h"
#include "libavutil/audioconvert.h"