[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/lencod/Makefile

Jeff Cohen jeffc at jolt-lang.org
Thu Mar 29 16:39:00 PDT 2007



Changes in directory llvm-test/MultiSource/Applications/JM/lencod:

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

More src != obj corrections.

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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/MultiSource/Applications/JM/lencod/Makefile
diff -u llvm-test/MultiSource/Applications/JM/lencod/Makefile:1.3 llvm-test/MultiSource/Applications/JM/lencod/Makefile:1.4
--- llvm-test/MultiSource/Applications/JM/lencod/Makefile:1.3	Sun Feb  4 08:38:32 2007
+++ llvm-test/MultiSource/Applications/JM/lencod/Makefile	Thu Mar 29 18:38:42 2007
@@ -4,6 +4,6 @@
 LDFLAGS  = -lm $(TOOLLINKOPTS)
 FP_TOLERANCE = 0.025
 
-RUN_OPTIONS = -d $(PROJ_SRC_DIR)/data/encoder.cfg -p InputFile=$(PROJ_SRC_DIR)/data/foreman_part_qcif_444.yuv
+RUN_OPTIONS = -d $(PROJ_SRC_DIR)/data/encoder.cfg -p InputFile=$(PROJ_SRC_DIR)/data/foreman_part_qcif_444.yuv -p LeakyBucketRateFile=$(PROJ_SRC_DIR)/data/leakybucketrate.cfg -p QmatrixFile=$(PROJ_SRC_DIR)/data/q_matrix.cfg
 
 include ../../../Makefile.multisrc






More information about the llvm-commits mailing list