summaryrefslogtreecommitdiffstats
path: root/gst-libs
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-25 22:30:51 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-25 22:30:51 +0000
commit877369b324cfc960d2b2b19fb2023b4fa6989eba (patch)
tree94ff9e4bb4dad6f82078ceb8de570a2c846cf83b /gst-libs
parent010b6a1d8acbfeb1325714729024f0fd39a558b7 (diff)
downloadgst-plugins-bad-877369b324cfc960d2b2b19fb2023b4fa6989eba.tar.gz
gst-plugins-bad-877369b324cfc960d2b2b19fb2023b4fa6989eba.tar.bz2
gst-plugins-bad-877369b324cfc960d2b2b19fb2023b4fa6989eba.zip
more distcheck fixes
Original commit message from CVS: more distcheck fixes
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/idct/ieeetest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/idct/ieeetest.c b/gst-libs/gst/idct/ieeetest.c
index d78158e4..23d64eb5 100644
--- a/gst-libs/gst/idct/ieeetest.c
+++ b/gst-libs/gst/idct/ieeetest.c
@@ -15,7 +15,7 @@
#include <math.h>
#include <gst/gst.h>
-#include "gstidct.h"
+#include <gst/idct/idct.h>
#include "dct.h"