[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/mediabench/Makefile

John Criswell criswell at cs.uiuc.edu
Wed Jan 12 11:46:10 PST 2005



Changes in directory llvm-test/MultiSource/Benchmarks/mediabench:

Makefile updated: 1.2 -> 1.3
---
Log message:

Added back mpeg2 test.


---
Diffs of the changes:  (+1 -1)

Index: llvm-test/MultiSource/Benchmarks/mediabench/Makefile
diff -u llvm-test/MultiSource/Benchmarks/mediabench/Makefile:1.2 llvm-test/MultiSource/Benchmarks/mediabench/Makefile:1.3
--- llvm-test/MultiSource/Benchmarks/mediabench/Makefile:1.2	Tue Jan 11 23:48:38 2005
+++ llvm-test/MultiSource/Benchmarks/mediabench/Makefile	Wed Jan 12 13:45:57 2005
@@ -1,7 +1,7 @@
 # MultiSource/mediabench Makefile:  Build all subdirectories automatically
 
 LEVEL = ../../..
-PARALLEL_DIRS  := adpcm g721 gsm jpeg
+PARALLEL_DIRS  := adpcm g721 gsm jpeg mpeg2
 #epic fails with lli, needs more investigation
 #ghostscript  complex Makefile structure makes it tough to fit it
 #             in llvm-test Makefile structure






More information about the llvm-commits mailing list