summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-04-12 19:28:21 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-04-12 19:28:21 +0000
commit33a399b47b56e1eb60017815c0c315dcfa0d0a47 (patch)
tree1ce763203db2b078ead66918978d4992699c3972
parent06d94641c271dc846e335104ac61beab38445c4a (diff)
downloadgstreamer-plugins-bad-33a399b47b56e1eb60017815c0c315dcfa0d0a47.tar.gz
please someone fix the necessary pointer cast for this test to work
Original commit message from CVS: please someone fix the necessary pointer cast for this test to work
m---------common0
-rw-r--r--gst-libs/gst/idct/Makefile.am2
2 files changed, 1 insertions, 1 deletions
diff --git a/common b/common
-Subproject 52a8d4bd490c495f1e71725644535dbf2cf209c
+Subproject 22ee9f59590241153f1b162344d760c303b1305
diff --git a/gst-libs/gst/idct/Makefile.am b/gst-libs/gst/idct/Makefile.am
index 8b9d86ba0..e59d0ec4b 100644
--- a/gst-libs/gst/idct/Makefile.am
+++ b/gst-libs/gst/idct/Makefile.am
@@ -18,7 +18,7 @@ libgstidct_la_SOURCES = \
libgstidctincludedir = $(includedir)/gst/idct
libgstidctinclude_HEADERS = idct.h
-check_PROGRAMS = ieeetest
+## check_PROGRAMS = ieeetest
ieeetest_SOURCES = ieeetest.c
ieeetest_LDADD = libgstidct.la