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 | d8441604c329fcce43efebc37ae0d93d86a72da2 (patch) | |
tree | 6218a8c07da2db943f245c8ac75cb80171b6fbb1 /gst-libs/gst | |
parent | 33a399b47b56e1eb60017815c0c315dcfa0d0a47 (diff) | |
download | gst-plugins-bad-d8441604c329fcce43efebc37ae0d93d86a72da2.tar.gz gst-plugins-bad-d8441604c329fcce43efebc37ae0d93d86a72da2.tar.bz2 gst-plugins-bad-d8441604c329fcce43efebc37ae0d93d86a72da2.zip |
comment them out
Original commit message from CVS:
comment them out
Diffstat (limited to 'gst-libs/gst')
-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 e59d0ec4..95dc4b0d 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 |