mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
idct fixes
Original commit message from CVS: idct fixes
This commit is contained in:
parent
656cd7bdb6
commit
129eb023aa
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ library_LTLIBRARIES = libgstidct.la
|
|||
libgstidct_la_SOURCES = \
|
||||
fastintidct.c \
|
||||
floatidct.c \
|
||||
gstidct.c \
|
||||
idct.c \
|
||||
intidct.c \
|
||||
$(GSTIDCTARCH_SRCS)
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue