projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.
[ffmpeg.git]
/
output_example.c
diff --git
a/output_example.c
b/output_example.c
index
ca12b78
..
39866d8
100644
(file)
--- a/
output_example.c
+++ b/
output_example.c
@@
-34,6
+34,8
@@
#include "avformat.h"
#include "swscale.h"
+#undef exit
+
/* 5 seconds stream duration */
#define STREAM_DURATION 5.0
#define STREAM_FRAME_RATE 25 /* 25 images/s */