[Ffmpeg-cvslog] r5924 - trunk/tests/Makefile
diego
subversion
Thu Aug 3 19:27:33 CEST 2006
Author: diego
Date: Thu Aug 3 19:27:33 2006
New Revision: 5924
Modified:
trunk/tests/Makefile
Log:
Add $(EXESUF) where necessary, fixes regression tests under MinGW.
patch by V?ctor Paesa, wzrlpy $@$ arsystel dot com
Modified: trunk/tests/Makefile
==============================================================================
--- trunk/tests/Makefile (original)
+++ trunk/tests/Makefile Thu Aug 3 19:27:33 2006
@@ -21,7 +21,7 @@
@$(VPATH)/server-regression.sh $(SERVER_REFFILE) $(VPATH)/test.conf
# fast regression tests for all codecs
-codectest mpeg4 mpeg ac3 snow snowll: vsynth1/0.pgm vsynth2/0.pgm asynth1.sw tiny_psnr
+codectest mpeg4 mpeg ac3 snow snowll: vsynth1/0.pgm vsynth2/0.pgm asynth1.sw tiny_psnr$(EXESUF)
@$(VPATH)/regression.sh $@ $(REFFILE1) vsynth1
@$(VPATH)/regression.sh $@ $(REFFILE2) vsynth2
@@ -31,11 +31,11 @@
# video generation
-vsynth1/0.pgm: videogen
+vsynth1/0.pgm: videogen$(EXESUF)
@mkdir -p vsynth1
./videogen 'vsynth1/'
-vsynth2/0.pgm: rotozoom
+vsynth2/0.pgm: rotozoom$(EXESUF)
@mkdir -p vsynth2
./rotozoom 'vsynth2/' $(VPATH)/lena.pnm
@@ -47,7 +47,7 @@
# audio generation
-asynth1.sw: audiogen
+asynth1.sw: audiogen$(EXESUF)
./audiogen $@
audiogen$(EXESUF): audiogen.c
More information about the ffmpeg-cvslog
mailing list