From 245976da2a7f9a4a03dfb6903e9437b7cf2967f4 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 9 May 2008 11:56:36 +0000 Subject: Use full path for #includes from another directory. Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk --- vhook/drawtext.c | 2 +- vhook/fish.c | 8 ++++---- vhook/imlib2.c | 4 ++-- vhook/null.c | 4 ++-- vhook/ppm.c | 8 ++++---- vhook/watermark.c | 9 ++++----- 6 files changed, 17 insertions(+), 18 deletions(-) (limited to 'vhook') diff --git a/vhook/drawtext.c b/vhook/drawtext.c index d3ca767fe5..8638d60e07 100644 --- a/vhook/drawtext.c +++ b/vhook/drawtext.c @@ -45,7 +45,7 @@ #define MAXSIZE_TEXT 1024 -#include "framehook.h" +#include "libavformat/framehook.h" #include #include diff --git a/vhook/fish.c b/vhook/fish.c index be23dc644a..f0cd0085cc 100644 --- a/vhook/fish.c +++ b/vhook/fish.c @@ -44,10 +44,10 @@ #include #include -#include "framehook.h" -#include "dsputil.h" -#include "avformat.h" -#include "swscale.h" +#include "libavformat/avformat.h" +#include "libavformat/framehook.h" +#include "libavcodec/dsputil.h" +#include "libswscale/swscale.h" static int sws_flags = SWS_BICUBIC; diff --git a/vhook/imlib2.c b/vhook/imlib2.c index 7df4c0acad..e5b7de8a6b 100644 --- a/vhook/imlib2.c +++ b/vhook/imlib2.c @@ -45,8 +45,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "framehook.h" -#include "swscale.h" +#include "libavformat/framehook.h" +#include "libswscale/swscale.h" #include #include diff --git a/vhook/null.c b/vhook/null.c index c933089060..6f310371c0 100644 --- a/vhook/null.c +++ b/vhook/null.c @@ -20,8 +20,8 @@ */ #include -#include "framehook.h" -#include "swscale.h" +#include "libavformat/framehook.h" +#include "libswscale/swscale.h" static int sws_flags = SWS_BICUBIC; diff --git a/vhook/ppm.c b/vhook/ppm.c index db76998b5a..6ebfe47524 100644 --- a/vhook/ppm.c +++ b/vhook/ppm.c @@ -25,10 +25,10 @@ #include #include #include -#include "framehook.h" -#include "avformat.h" -#include "swscale.h" -#include "avstring.h" +#include "libavutil/avstring.h" +#include "libavformat/framehook.h" +#include "libavformat/avformat.h" +#include "libswscale/swscale.h" static int sws_flags = SWS_BICUBIC; diff --git a/vhook/watermark.c b/vhook/watermark.c index a8f7d5728e..74f5095313 100644 --- a/vhook/watermark.c +++ b/vhook/watermark.c @@ -58,12 +58,11 @@ #include #include -#include "common.h" -#include "avformat.h" - -#include "framehook.h" +#include "libavutil/common.h" +#include "libavformat/avformat.h" +#include "libavformat/framehook.h" +#include "libswscale/swscale.h" #include "cmdutils.h" -#include "swscale.h" static int sws_flags = SWS_BICUBIC; -- cgit v1.2.3