diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-08-18 13:38:24 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-08-18 13:38:24 +0000 |
commit | f4bd289a04df659fc120b5a99632f7d4a6c57b1c (patch) | |
tree | ac97787e66598ed93946852fa60670a9f83b52a1 /libavutil/internal.h | |
parent | cf5aed5badec6d2083c0c2a8def3fbab7055034f (diff) | |
download | ffmpeg-f4bd289a04df659fc120b5a99632f7d4a6c57b1c.tar.gz |
Explicitly include fastmemcpy.h from libvo/.
Originally committed as revision 6021 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r-- | libavutil/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h index a130615753..84109b61d9 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -57,7 +57,7 @@ #endif /* !__MINGW32__ && CONFIG_OS2 */ # ifdef USE_FASTMEMCPY -# include "fastmemcpy.h" +# include "libvo/fastmemcpy.h" # endif // Use rip-relative addressing if compiling PIC code on x86-64. |