comparison mpc.h @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 2cc044ac80d4
children c4a4495715dd
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
26 */ 26 */
27 27
28 #ifndef FFMPEG_MPC_H 28 #ifndef FFMPEG_MPC_H
29 #define FFMPEG_MPC_H 29 #define FFMPEG_MPC_H
30 30
31 #include "libavutil/random.h"
31 #include "avcodec.h" 32 #include "avcodec.h"
32 #include "bitstream.h" 33 #include "bitstream.h"
33 #include "dsputil.h" 34 #include "dsputil.h"
34 #include "random.h"
35 35
36 #ifdef CONFIG_MPEGAUDIO_HP 36 #ifdef CONFIG_MPEGAUDIO_HP
37 #define USE_HIGHPRECISION 37 #define USE_HIGHPRECISION
38 #endif 38 #endif
39 #include "mpegaudio.h" 39 #include "mpegaudio.h"