idct fixes
Original commit message from CVS: idct fixes
This commit is contained in:
parent
82c5fb840e
commit
d5bcd85bf3
@ -11,7 +11,7 @@ library_LTLIBRARIES = libgstidct.la
|
|||||||
libgstidct_la_SOURCES = \
|
libgstidct_la_SOURCES = \
|
||||||
fastintidct.c \
|
fastintidct.c \
|
||||||
floatidct.c \
|
floatidct.c \
|
||||||
gstidct.c \
|
idct.c \
|
||||||
intidct.c \
|
intidct.c \
|
||||||
$(GSTIDCTARCH_SRCS)
|
$(GSTIDCTARCH_SRCS)
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include "gstidct.h"
|
#include <gst/idct/idct.h>
|
||||||
#include "dct.h"
|
#include "dct.h"
|
||||||
|
|
||||||
static void gst_idct_int_sparse_idct(short *data);
|
static void gst_idct_int_sparse_idct(short *data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user