Mercurial > libavcodec.hg
comparison utils.c @ 6763:f7cbb7733146 libavcodec
Use full path for #includes from another directory.
| author | diego |
|---|---|
| date | Fri, 09 May 2008 11:56:36 +0000 |
| parents | fb6109c5f08b |
| children | da73a98945ea |
comparison
equal
deleted
inserted
replaced
| 6762:99966715fe75 | 6763:f7cbb7733146 |
|---|---|
| 23 /** | 23 /** |
| 24 * @file utils.c | 24 * @file utils.c |
| 25 * utils. | 25 * utils. |
| 26 */ | 26 */ |
| 27 | 27 |
| 28 #include "libavutil/integer.h" | |
| 29 #include "libavutil/crc.h" | |
| 28 #include "avcodec.h" | 30 #include "avcodec.h" |
| 29 #include "dsputil.h" | 31 #include "dsputil.h" |
| 30 #include "integer.h" | |
| 31 #include "opt.h" | 32 #include "opt.h" |
| 32 #include "crc.h" | |
| 33 #include "imgconvert.h" | 33 #include "imgconvert.h" |
| 34 #include <stdarg.h> | 34 #include <stdarg.h> |
| 35 #include <limits.h> | 35 #include <limits.h> |
| 36 #include <float.h> | 36 #include <float.h> |
| 37 #if !defined(HAVE_MKSTEMP) | 37 #if !defined(HAVE_MKSTEMP) |
