Modify the ffmpeg source files in apps/codecs/libwmapro in order to compile the codec standalone.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25764 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Mohamed Tarek 2010-04-30 12:20:25 +00:00
parent cf43e5083b
commit fe147cec65
18 changed files with 123 additions and 52 deletions

View file

@ -23,7 +23,7 @@
#define AVCODEC_FFT_H
#include <stdint.h>
#include "config.h"
//#include "config.h"
#include "libavutil/mem.h"
#include "avfft.h"