comparison postprocess_template.c @ 108:83d51d1fb580 libpostproc

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents e565483b1193
children d4d919ebc31c
comparison
equal deleted inserted replaced
107:7cbdc99cc753 108:83d51d1fb580
21 /** 21 /**
22 * @file postprocess_template.c 22 * @file postprocess_template.c
23 * mmx/mmx2/3dnow postprocess code. 23 * mmx/mmx2/3dnow postprocess code.
24 */ 24 */
25 25
26 #include "x86_cpu.h" 26 #include "libavutil/x86_cpu.h"
27 27
28 #define ALIGN_MASK "$-8" 28 #define ALIGN_MASK "$-8"
29 29
30 #undef PAVGB 30 #undef PAVGB
31 #undef PMINUB 31 #undef PMINUB