mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-28 11:21:42 +08:00
Add libavcodec to compiler include flags in order to simplify header
include paths in the source files. mostly from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net Originally committed as revision 9034 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Diego Biurrun
parent
14b2d01058
commit
b550bfaa61
@@ -19,9 +19,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "../dsputil.h"
|
||||
#include "../mpegvideo.h"
|
||||
#include "../avcodec.h"
|
||||
#include "dsputil.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "avcodec.h"
|
||||
|
||||
extern void MPV_common_init_iwmmxt(MpegEncContext *s);
|
||||
extern void MPV_common_init_armv5te(MpegEncContext *s);
|
||||
|
||||
Reference in New Issue
Block a user