Commit a3573629 authored by diego's avatar diego

Add missing path to #include statement.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13101 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 430d89ed
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
*/ */
#include "avcodec.h" #include "avcodec.h"
#include "swscale.h"
#include "dsputil.h" #include "dsputil.h"
#include "libswscale/swscale.h"
#ifdef HAVE_ALTIVEC #ifdef HAVE_ALTIVEC
#include "ppc/imgresample_altivec.h" #include "ppc/imgresample_altivec.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment