Mercurial > mplayer.hg
changeset 27160:0fdfa72628a1
Only build loader tests on x86.
| author | diego |
|---|---|
| date | Fri, 04 Jul 2008 14:33:03 +0000 |
| parents | dc5144ad6560 |
| children | b4094f8dccf0 |
| files | Makefile |
| diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri Jul 04 14:22:54 2008 +0000 +++ b/Makefile Fri Jul 04 14:33:03 2008 +0000 @@ -901,9 +901,12 @@ TESTS = codecs2html$(EXESUF) codec-cfg-test$(EXESUF) \ liba52/test$(EXESUF) libvo/aspecttest$(EXESUF) \ - loader/qtx/list$(EXESUF) loader/qtx/qtxload$(EXESUF) \ mp3lib/test$(EXESUF) mp3lib/test2$(EXESUF) +ifdef ARCH_X86 +TESTS += loader/qtx/list$(EXESUF) loader/qtx/qtxload$(EXESUF) +endif + tests: $(TESTS) testsclean:
