Browse Source

don't silence libav test build output

for #496

Change-Id: I815cd4da17c079533faf691d707d5d1e5b551172
changes/19/20019/1
Richard Fuchs 8 years ago
parent
commit
4ac6473be2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/common.Makefile

+ 1
- 1
lib/common.Makefile View File

@ -38,7 +38,7 @@ fix_frame_channel_layout.h: ../lib/fix_frame_channel_layout-*
rm -f "$@"; \ rm -f "$@"; \
echo '/******** GENERATED FILE ********/' > "$@"; \ echo '/******** GENERATED FILE ********/' > "$@"; \
cat "$$x" >> "$@"; \ 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"; \ echo "Failed build with $$x"; \
rm -f "$@"; \ rm -f "$@"; \
done; \ done; \


Loading…
Cancel
Save