Mercurial > libavcodec.hg
diff alpha/dsputil_alpha.c @ 6763:f7cbb7733146 libavcodec
Use full path for #includes from another directory.
| author | diego |
|---|---|
| date | Fri, 09 May 2008 11:56:36 +0000 |
| parents | d5ba514e3f4a |
| children | cf4d575b1982 |
line wrap: on
line diff
--- a/alpha/dsputil_alpha.c Fri May 09 10:44:12 2008 +0000 +++ b/alpha/dsputil_alpha.c Fri May 09 11:56:36 2008 +0000 @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "libavcodec/dsputil.h" #include "asm.h" -#include "dsputil.h" extern void simple_idct_axp(DCTELEM *block); extern void simple_idct_put_axp(uint8_t *dest, int line_size, DCTELEM *block);
