[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/mediabench/Makefile
John Criswell
criswell at cs.uiuc.edu
Tue Jan 11 21:48:53 PST 2005
Changes in directory llvm-test/MultiSource/Benchmarks/mediabench:
Makefile updated: 1.1 -> 1.2
---
Log message:
Disable mpeg2 for now.
---
Diffs of the changes: (+1 -1)
Index: llvm-test/MultiSource/Benchmarks/mediabench/Makefile
diff -u llvm-test/MultiSource/Benchmarks/mediabench/Makefile:1.1 llvm-test/MultiSource/Benchmarks/mediabench/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/mediabench/Makefile:1.1 Tue Jan 11 12:03:55 2005
+++ llvm-test/MultiSource/Benchmarks/mediabench/Makefile Tue Jan 11 23:48:38 2005
@@ -1,7 +1,7 @@
# MultiSource/mediabench Makefile: Build all subdirectories automatically
LEVEL = ../../..
-PARALLEL_DIRS := adpcm g721 gsm jpeg mpeg2
+PARALLEL_DIRS := adpcm g721 gsm jpeg
#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