idct fixes
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 23 Dec 2001 20:14:18 +0000 (20:14 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 23 Dec 2001 20:14:18 +0000 (20:14 +0000)
Original commit message from CVS:
idct fixes

gst-libs/gst/idct/Makefile.am
gst-libs/gst/idct/idct.c

index 8dabafa..e3ff9c0 100644 (file)
@@ -11,7 +11,7 @@ library_LTLIBRARIES = libgstidct.la
 libgstidct_la_SOURCES = \
         fastintidct.c \
        floatidct.c \
-       gstidct.c \
+       idct.c \
        intidct.c \
        $(GSTIDCTARCH_SRCS)
 
index ae180e3..38081c7 100644 (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);