diff --git a/ext/lame/Makefile.am b/ext/lame/Makefile.am index b685f80f13..9d01f150f1 100644 --- a/ext/lame/Makefile.am +++ b/ext/lame/Makefile.am @@ -11,7 +11,12 @@ noinst_HEADERS = gstlame.h CFLAGS = $(GST_CFLAGS) LIBS = $(GST_LIBS) $(LAME_LIBS) -testprogs = test-lame -TESTS = $(testprogs) -check_PROGRAMS = $(testprogs) +## testprogs = test-lame +## TESTS = $(testprogs) +## check_PROGRAMS = $(testprogs) + +## $(TESTS): +## @echo -e '\nrunning gst-register for tests...\n' +## $(GST_TOOLS_DIR)/gst-register --gst-mask=0 --gst-plugin-path=$(GST_PLUGIN_PATH) +