comparison qdm2_tablegen.h @ 11967:4b2300246240 libavcodec

Remove unnecessary ../ from include directives
author mru
date Sat, 26 Jun 2010 20:28:44 +0000
parents 8bef88bc329d
children
comparison
equal deleted inserted replaced
11966:7c0b1b1593d6 11967:4b2300246240
23 #ifndef QDM2_TABLEGEN_H 23 #ifndef QDM2_TABLEGEN_H
24 #define QDM2_TABLEGEN_H 24 #define QDM2_TABLEGEN_H
25 25
26 #include <stdint.h> 26 #include <stdint.h>
27 #include <math.h> 27 #include <math.h>
28 #include "../libavutil/attributes.h" 28 #include "libavutil/attributes.h"
29 29
30 #define SOFTCLIP_THRESHOLD 27600 30 #define SOFTCLIP_THRESHOLD 27600
31 #define HARDCLIP_THRESHOLD 35716 31 #define HARDCLIP_THRESHOLD 35716
32 32
33 #if CONFIG_HARDCODED_TABLES 33 #if CONFIG_HARDCODED_TABLES