summaryrefslogtreecommitdiff
path: root/doc/examples/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-08-30 22:37:44 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-09-04 11:29:28 +0200
commit3b34cbce19a8f410130e995c4cf44db1b7bfd532 (patch)
tree19d15240d502076f2bca4de3e92725aa8e1251f5 /doc/examples/Makefile
parent838b1d60a1c29659663ea3471de025b692298365 (diff)
examples/scaling_video: write to rawvideo file
This is more useful for testing purposes. Also allow to specify the name of the output file.
Diffstat (limited to 'doc/examples/Makefile')
-rw-r--r--doc/examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/Makefile b/doc/examples/Makefile
index e8aab57d69..36c949af56 100644
--- a/doc/examples/Makefile
+++ b/doc/examples/Makefile
@@ -30,7 +30,7 @@ muxing: LDLIBS += -lm
all: $(OBJS) $(EXAMPLES)
clean-test:
- $(RM) test*.pgm test.h264 test.mp2 test.sw test.mpg outscale*.pgm
+ $(RM) test*.pgm test.h264 test.mp2 test.sw test.mpg
clean: clean-test
$(RM) $(EXAMPLES) $(OBJS)