dsputil: Move fdct function declarations to dct.h

This commit is contained in:
Diego Biurrun
2013-02-07 21:58:48 +01:00
parent 218aefce44
commit 5d3d39c72e
12 changed files with 25 additions and 20 deletions

View File

@@ -69,7 +69,7 @@
#include <stdlib.h>
#include <stdio.h>
#include "libavutil/common.h"
#include "dsputil.h"
#include "dct.h"
#define DCTSIZE 8
#define GLOBAL(x) x