Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-02-25 12:24:33 +0300
committerMåns Rullgård <mans@mansr.com>2008-02-25 12:24:33 +0300
commit885176993a50535b1ac46d5f9c9b996e2f114306 (patch)
treedf1040338cfce890008c20de452b71d06454b5f6 /libswscale
parent76a448ed4f5a3f588dcb2a0ccb0f6a4b4a49e957 (diff)
#include "libavutil/avutil.h" in swscale.h
Originally committed as revision 26097 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/swscale.h2
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