idct fixes

Original commit message from CVS:
idct fixes
This commit is contained in:
Thomas Vander Stichele 2001-12-23 20:14:18 +00:00
parent 656cd7bdb6
commit 129eb023aa
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ library_LTLIBRARIES = libgstidct.la
libgstidct_la_SOURCES = \
fastintidct.c \
floatidct.c \
gstidct.c \
idct.c \
intidct.c \
$(GSTIDCTARCH_SRCS)

View file

@ -21,7 +21,7 @@
#include <config.h>
#include <gst/gst.h>
#include "gstidct.h"
#include <gst/idct/idct.h>
#include "dct.h"
static void gst_idct_int_sparse_idct(short *data);