diff options
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/idct/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/idct/Makefile.am b/gst-libs/gst/idct/Makefile.am index 8b9d86ba..e59d0ec4 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 |