[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/ldecod/Makefile
Jeff Cohen
jeffc at jolt-lang.org
Thu Mar 29 16:15:25 PDT 2007
Changes in directory llvm-test/MultiSource/Applications/JM/ldecod:
Makefile updated: 1.8 -> 1.9
---
Log message:
Put test output in Output directory.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/MultiSource/Applications/JM/ldecod/Makefile
diff -u llvm-test/MultiSource/Applications/JM/ldecod/Makefile:1.8 llvm-test/MultiSource/Applications/JM/ldecod/Makefile:1.9
--- llvm-test/MultiSource/Applications/JM/ldecod/Makefile:1.8 Thu Mar 29 12:52:50 2007
+++ llvm-test/MultiSource/Applications/JM/ldecod/Makefile Thu Mar 29 18:15:08 2007
@@ -3,6 +3,6 @@
CPPFLAGS = -D __USE_LARGEFILE64 -D _FILE_OFFSET_BITS=64
LDFLAGS = -lm $(TOOLLINKOPTS)
-RUN_OPTIONS = -i $(PROJ_SRC_DIR)/data/test.264 -o test_dec.yuv -r $(PROJ_SRC_DIR)/data/test_rec.yuv
+RUN_OPTIONS = -i $(PROJ_SRC_DIR)/data/test.264 -o Output/test_dec.yuv -r $(PROJ_SRC_DIR)/data/test_rec.yuv
include ../../../Makefile.multisrc
More information about the llvm-commits
mailing list