mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-17 22:06:41 +00:00
uncomment lame test until we can get the register to work
Original commit message from CVS: uncomment lame test until we can get the register to work
This commit is contained in:
parent
e1fed3d707
commit
396a96cb4a
1 changed files with 8 additions and 3 deletions
|
@ -11,7 +11,12 @@ noinst_HEADERS = gstlame.h
|
||||||
|
|
||||||
CFLAGS = $(GST_CFLAGS)
|
CFLAGS = $(GST_CFLAGS)
|
||||||
LIBS = $(GST_LIBS) $(LAME_LIBS)
|
LIBS = $(GST_LIBS) $(LAME_LIBS)
|
||||||
testprogs = test-lame
|
|
||||||
TESTS = $(testprogs)
|
## testprogs = test-lame
|
||||||
check_PROGRAMS = $(testprogs)
|
## 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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue