diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-03-27 21:47:03 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-03-27 21:47:03 +0000 |
commit | c367d06702b3a9cb6b5cf02435f76c5dd5f321e7 (patch) | |
tree | 1a25060b56fbf78fecd6600f6f132b2553a8faa7 /cmdutils.c | |
parent | 7975048628e0e9900797283da1a5b6d98757d3e4 (diff) | |
download | ffmpeg-c367d06702b3a9cb6b5cf02435f76c5dd5f321e7.tar.gz |
prevent exit missuse
Originally committed as revision 8536 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'cmdutils.c')
-rw-r--r-- | cmdutils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmdutils.c b/cmdutils.c index 2c53d90daa..36ef1a9383 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -24,6 +24,8 @@ #include "cmdutils.h" +#undef exit + void show_help_options(const OptionDef *options, const char *msg, int mask, int value) { const OptionDef *po; |