summaryrefslogtreecommitdiffstats
path: root/gst-libs
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-23 20:14:18 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-23 20:14:18 +0000
commitd5bcd85bf30f52cb9393999e1136d68a085a6321 (patch)
tree8b22962f388cf94eace198374bd05c642e68ef55 /gst-libs
parent82c5fb840e93289b9a6356d7daf7f79eb95c3ac7 (diff)
downloadgst-plugins-bad-d5bcd85bf30f52cb9393999e1136d68a085a6321.tar.gz
gst-plugins-bad-d5bcd85bf30f52cb9393999e1136d68a085a6321.tar.bz2
gst-plugins-bad-d5bcd85bf30f52cb9393999e1136d68a085a6321.zip
idct fixes
Original commit message from CVS: idct fixes
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/idct/Makefile.am2
-rw-r--r--gst-libs/gst/idct/idct.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/idct/Makefile.am b/gst-libs/gst/idct/Makefile.am
index 8dabafab..e3ff9c06 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 ae180e36..38081c78 100644
--- a/gst-libs/gst/idct/idct.c
+++ b/gst-libs/gst/idct/idct.c
@@ -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);