Mercurial > mplayer.hg
changeset 35919:62bd62d19c4f
build: Only build qtx tests if QTX_EMULATION is set.
author | diego |
---|---|
date | Tue, 19 Mar 2013 13:39:56 +0000 |
parents | 902fef954aba |
children | bd3e9d8df038 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Mar 19 10:42:35 2013 +0000 +++ b/Makefile Tue Mar 19 13:39:56 2013 +0000 @@ -1020,7 +1020,7 @@ loader/qtx/list$(EXESUF) loader/qtx/qtxload$(EXESUF): CFLAGS += -g loader/qtx/list$(EXESUF) loader/qtx/qtxload$(EXESUF): $(LOADER_TEST_OBJS) -TESTS-$(ARCH_X86_32) += loader/qtx/list loader/qtx/qtxload +TESTS-$(QTX_EMULATION) += loader/qtx/list loader/qtx/qtxload TESTS := codecs2html codec-cfg-test libvo/aspecttest $(TESTS-yes)