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>2007-07-06 14:45:53 +0400
committerDiego Biurrun <diego@biurrun.de>2007-07-06 14:45:53 +0400
commit3b7660b002b11de0aa41c17c167ca0051ae8f9e5 (patch)
tree1b20a0ee8ba852af6c002e1a73aae7c8d8aca966 /libpostproc/postprocess.c
parent80fb82346e6d680d2ccff761a578fe856ed3b54c (diff)
Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h.
Originally committed as revision 9500 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc/postprocess.c')
-rw-r--r--libpostproc/postprocess.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c
index 21e35aa206..ee09a54246 100644
--- a/libpostproc/postprocess.c
+++ b/libpostproc/postprocess.c
@@ -90,8 +90,6 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
#include "postprocess.h"
#include "postprocess_internal.h"
-#include "mangle.h" //FIXME should be supressed
-
#ifdef HAVE_ALTIVEC_H
#include <altivec.h>
#endif