diff options
author | Måns Rullgård <mans@mansr.com> | 2008-02-25 09:24:33 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-02-25 09:24:33 +0000 |
commit | 885176993a50535b1ac46d5f9c9b996e2f114306 (patch) | |
tree | df1040338cfce890008c20de452b71d06454b5f6 /libswscale/swscale.h | |
parent | 76a448ed4f5a3f588dcb2a0ccb0f6a4b4a49e957 (diff) | |
download | ffmpeg-885176993a50535b1ac46d5f9c9b996e2f114306.tar.gz |
#include "libavutil/avutil.h" in swscale.h
Originally committed as revision 26097 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale.h')
-rw-r--r-- | libswscale/swscale.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h index 4dd38d6d87..c36d3d008f 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -27,7 +27,7 @@ * external api for the swscale stuff */ -#include "avutil.h" +#include "libavutil/avutil.h" #define LIBSWSCALE_VERSION_TRIPLET 0,5,0 |