diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-04-12 21:10:31 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-04-12 21:10:31 +0000 |
commit | b08ac04b97d0e539a21f28cb3490917adf585336 (patch) | |
tree | e0f695d07616f4fe990dffba59de7277de3e2467 | |
parent | 14c15e9e3c476d3dbce44d5e6bf53e683d0cf587 (diff) | |
download | gstreamer-plugins-base-b08ac04b97d0e539a21f28cb3490917adf585336.tar.gz |
comment them out
Original commit message from CVS:
comment them out
-rw-r--r-- | gst-libs/gst/idct/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gst-libs/gst/idct/Makefile.am b/gst-libs/gst/idct/Makefile.am index e59d0ec4b..95dc4b0d8 100644 --- a/gst-libs/gst/idct/Makefile.am +++ b/gst-libs/gst/idct/Makefile.am @@ -20,10 +20,10 @@ libgstidctinclude_HEADERS = idct.h ## check_PROGRAMS = ieeetest -ieeetest_SOURCES = ieeetest.c -ieeetest_LDADD = libgstidct.la -ieeetest_CFLAGS = $(GST_CFLAGS) -ieeetest_LDFLAGS = $(GST_LIBS) +## ieeetest_SOURCES = ieeetest.c +## ieeetest_LDADD = libgstidct.la +## ieeetest_CFLAGS = $(GST_CFLAGS) +## ieeetest_LDFLAGS = $(GST_LIBS) noinst_HEADERS = dct.h |