diff --git a/gst-libs/gst/idct/Makefile.am b/gst-libs/gst/idct/Makefile.am index 8dabafab18..e3ff9c0680 100644 --- a/gst-libs/gst/idct/Makefile.am +++ b/gst-libs/gst/idct/Makefile.am @@ -11,7 +11,7 @@ library_LTLIBRARIES = libgstidct.la libgstidct_la_SOURCES = \ fastintidct.c \ floatidct.c \ - gstidct.c \ + idct.c \ intidct.c \ $(GSTIDCTARCH_SRCS) diff --git a/gst-libs/gst/idct/idct.c b/gst-libs/gst/idct/idct.c index ae180e363d..38081c7836 100644 --- a/gst-libs/gst/idct/idct.c +++ b/gst-libs/gst/idct/idct.c @@ -21,7 +21,7 @@ #include #include -#include "gstidct.h" +#include #include "dct.h" static void gst_idct_int_sparse_idct(short *data);