dsputil: Move copy_block functions to a separate header

This commit is contained in:
Diego Biurrun
2013-02-07 22:03:49 +01:00
parent 9e31729d69
commit b9ba5253dd
4 changed files with 63 additions and 36 deletions

View File

@@ -29,6 +29,7 @@
#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "copy_block.h"
#include "dsputil.h"
#include "simple_idct.h"
#include "faandct.h"