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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-08 03:31:13 +0400
committerDiego Biurrun <diego@biurrun.de>2013-02-09 02:13:37 +0400
commit218aefce4472dc02ee3f12830a9a894bf7916da9 (patch)
tree3b6772260e9a11f65aa66c4594f888d60a888b3b /libavcodec/simple_idct.c
parent059866eb17cd3c66422a61d3e9c3305f55830a50 (diff)
dsputil: Move LOCAL_ALIGNED macros to libavutil
Diffstat (limited to 'libavcodec/simple_idct.c')
-rw-r--r--libavcodec/simple_idct.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/simple_idct.c b/libavcodec/simple_idct.c
index 328c96c747..f61e9e639d 100644
--- a/libavcodec/simple_idct.c
+++ b/libavcodec/simple_idct.c
@@ -27,7 +27,6 @@
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
-#include "dsputil.h"
#include "mathops.h"
#include "simple_idct.h"