aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/swscale-example.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-05-09 12:00:25 +0000
committerDiego Biurrun <diego@biurrun.de>2008-05-09 12:00:25 +0000
commit83da2c6f268acc04c61b76629055764dc462c4a3 (patch)
tree7e4269af700158a2ef2ebcdaa81196d27e149a48 /libswscale/swscale-example.c
parent2343a0409284b8076609562ec64cbaf318910436 (diff)
downloadffmpeg-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-example.c')
-rw-r--r--libswscale/swscale-example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale-example.c b/libswscale/swscale-example.c
index 0b6eff18bb..79e21a922a 100644
--- a/libswscale/swscale-example.c
+++ b/libswscale/swscale-example.c
@@ -25,7 +25,7 @@
#include <stdarg.h>
#undef HAVE_AV_CONFIG_H
-#include "avutil.h"
+#include "libavutil/avutil.h"
#include "swscale.h"
#include "swscale_internal.h"
#include "rgb2rgb.h"