Add missing path to #include statement.

Originally committed as revision 13101 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 17 years ago
parent 49f2339cbf
commit 223d678a3f
  1. 2
      libavcodec/imgresample.c

@ -25,8 +25,8 @@
*/
#include "avcodec.h"
#include "swscale.h"
#include "dsputil.h"
#include "libswscale/swscale.h"
#ifdef HAVE_ALTIVEC
#include "ppc/imgresample_altivec.h"

Loading…
Cancel
Save