[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/lencod/Makefile
Evan Cheng
evan.cheng at apple.com
Thu May 3 15:46:21 PDT 2007
Changes in directory llvm-test/MultiSource/Applications/JM/lencod:
Makefile updated: 1.4 -> 1.5
---
Log message:
Implement SMALL_PROBLEM_SIZE=1.
---
Diffs of the changes: (+4 -0)
Makefile | 4 ++++
1 files changed, 4 insertions(+)
Index: llvm-test/MultiSource/Applications/JM/lencod/Makefile
diff -u llvm-test/MultiSource/Applications/JM/lencod/Makefile:1.4 llvm-test/MultiSource/Applications/JM/lencod/Makefile:1.5
--- llvm-test/MultiSource/Applications/JM/lencod/Makefile:1.4 Thu Mar 29 18:38:42 2007
+++ llvm-test/MultiSource/Applications/JM/lencod/Makefile Thu May 3 17:45:57 2007
@@ -4,6 +4,10 @@
LDFLAGS = -lm $(TOOLLINKOPTS)
FP_TOLERANCE = 0.025
+ifdef SMALL_PROBLEM_SIZE
+RUN_OPTIONS = -d $(PROJ_SRC_DIR)/data/encoder_small.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
+else
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
+endif
include ../../../Makefile.multisrc
More information about the llvm-commits
mailing list