This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Add missing path to #include statement.
Originally committed as revision 13101 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
18 years ago
parent
49f2339cbf
commit
223d678a3f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/imgresample.c
+ 1
- 1
libavcodec/imgresample.c
View File
@@ -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"
Write
Preview
Loading…
Cancel
Save