Commit 3d833195 authored by atmos4's avatar atmos4

mangle for win32 in postproc


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@270 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 01d1f7e0
......@@ -86,6 +86,7 @@ dont use #ifdef ARCH_X86 for the asm stuff ... cross compilers? (note cpudetect
//#include "../libvo/fastmemcpy.h"
#include "postprocess.h"
#include "../cpudetect.h"
#include "../mangle.h"
#define MIN(a,b) ((a) > (b) ? (b) : (a))
#define MAX(a,b) ((a) < (b) ? (b) : (a))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment