diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2007-08-20 08:09:51 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2007-08-20 08:09:51 +0000 |
commit | f35917b2f3bc65171ab015cd54b1a056d6dfaf6e (patch) | |
tree | 19a9be796ef6f36984cceeac03e47f2af20372e3 /cmdutils.h | |
parent | 89da5781a14fda580b8c856c51372e2a738945c2 (diff) | |
download | ffmpeg-f35917b2f3bc65171ab015cd54b1a056d6dfaf6e.tar.gz |
Implement the cmdutils.c show_license function.
patch by Stefano Sabatini: [stefano sabatini-lala /\ poste it]
Originally committed as revision 10149 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmdutils.h b/cmdutils.h index eb94058888..bbc77e2420 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -64,4 +64,10 @@ void parse_options(int argc, char **argv, const OptionDef *options, void print_error(const char *filename, int err); +/** + * Prints on stdout the license of the program, which depends on the license of + * the compiled libav* libraries. + */ +void show_license(void); + #endif /* _CMD_UTILS_H */ |