diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-06-10 14:34:56 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-06-10 14:34:56 +0000 |
commit | 364a96070433d4c843620074d96dce562236ce6e (patch) | |
tree | a18643cc0b501b29fbfe01b5c93e62a66dd61c4a /output_example.c | |
parent | bb8fe69a093fe4a0b6b49486dd5bfa03ed3cba8d (diff) | |
download | ffmpeg-364a96070433d4c843620074d96dce562236ce6e.tar.gz |
Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.
Originally committed as revision 9273 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'output_example.c')
-rw-r--r-- | output_example.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/output_example.c b/output_example.c index ca12b783f1..39866d892b 100644 --- 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 */ |