From 4ac6473be2a2941313da195c60f6bc7017e8d1d3 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Tue, 20 Mar 2018 08:20:58 -0400 Subject: [PATCH] don't silence libav test build output for #496 Change-Id: I815cd4da17c079533faf691d707d5d1e5b551172 --- lib/common.Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.Makefile b/lib/common.Makefile index 2509944ba..cc83fc998 100644 --- a/lib/common.Makefile +++ b/lib/common.Makefile @@ -38,7 +38,7 @@ fix_frame_channel_layout.h: ../lib/fix_frame_channel_layout-* rm -f "$@"; \ echo '/******** GENERATED FILE ********/' > "$@"; \ cat "$$x" >> "$@"; \ - $(MAKE) fix_frame_channel_layout-test.o 2> /dev/null && break; \ + $(MAKE) fix_frame_channel_layout-test.o && break; \ echo "Failed build with $$x"; \ rm -f "$@"; \ done; \