comparison nellymoserdec.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 8d6c07df5afd
children 40f18ff994f9
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
28 /** 28 /**
29 * @file nellymoserdec.c 29 * @file nellymoserdec.c
30 * The 3 alphanumeric copyright notices are md5summed they are from the original 30 * The 3 alphanumeric copyright notices are md5summed they are from the original
31 * implementors. The original code is available from http://code.google.com/p/nelly2pcm/ 31 * implementors. The original code is available from http://code.google.com/p/nelly2pcm/
32 */ 32 */
33
34 #include "libavutil/random.h"
33 #include "avcodec.h" 35 #include "avcodec.h"
34 #include "random.h"
35 #include "dsputil.h" 36 #include "dsputil.h"
36 37
37 #define ALT_BITSTREAM_READER_LE 38 #define ALT_BITSTREAM_READER_LE
38 #include "bitstream.h" 39 #include "bitstream.h"
39 40