[MPlayer-cvslog] r34527 - trunk/Makefile

reimar subversion at mplayerhq.hu
Sun Jan 8 10:25:45 CET 2012


Author: reimar
Date: Sun Jan  8 10:25:45 2012
New Revision: 34527

Log:
Put test-related code in Makefile under ifdef FATE_SAMPLES.

Hopefully fixes the compile issues a lot of people experienced
(though I could not reproduce).

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Fri Jan  6 01:18:56 2012	(r34526)
+++ trunk/Makefile	Sun Jan  8 10:25:45 2012	(r34527)
@@ -998,6 +998,8 @@ AUDIO_ONLY_SAMPLES =                    
     qt-surge-suite/% real/ra% sipr/% truespeech/% vorbis/%         \
     vqf/% w64/% wmapro/% wmavoice/%                                \
 
+# running wildcard with empty FATE_SAMPLES seems to cause a lot of issues
+ifdef FATE_SAMPLES
 ALLSAMPLES_FULLPATH = $(wildcard $(FATE_SAMPLES)/*/*.*)
 ALLSAMPLES          = $(patsubst $(FATE_SAMPLES)/%,%,$(ALLSAMPLES_FULLPATH))
 SAMPLES := $(filter-out $(BROKEN_SAMPLES),$(ALLSAMPLES))
@@ -1008,6 +1010,7 @@ fatetest: $(RESULTS)
 
 tests/res/%.md5: mplayer$(EXESUF) $(FATE_SAMPLES)/%
 	@tests/faterun.sh $*
+endif
 
 
 


More information about the MPlayer-cvslog mailing list