diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-05-09 12:00:25 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-09 12:00:25 +0000 |
commit | 83da2c6f268acc04c61b76629055764dc462c4a3 (patch) | |
tree | 7e4269af700158a2ef2ebcdaa81196d27e149a48 /libswscale/swscale_internal.h | |
parent | 2343a0409284b8076609562ec64cbaf318910436 (diff) | |
download | ffmpeg-83da2c6f268acc04c61b76629055764dc462c4a3.tar.gz |
Use full path for #includes from another directory.
Originally committed as revision 26702 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r-- | libswscale/swscale_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 5083c455b3..d8dc974ac1 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -27,7 +27,7 @@ #include <altivec.h> #endif -#include "avutil.h" +#include "libavutil/avutil.h" #define MAX_FILTER_SIZE 256 |