On Sat, 21 Jan 2012 11:43:13 +0200, Martin Storsjö <[email protected]> wrote:
> Also include stdlib.h explicitly - currently it is used
> implicitly via avformat.h.
> ---
>  tools/aviocat.c |    6 +-----
>  1 files changed, 1 insertions(+), 5 deletions(-)
> 
> diff --git a/tools/aviocat.c b/tools/aviocat.c
> index 183cdf70..92483c3 100644
> --- a/tools/aviocat.c
> +++ b/tools/aviocat.c
> @@ -19,13 +19,9 @@
>   */
>  
>  #include <stdio.h>
> -#include <string.h>
> +#include <stdlib.h>
>  #include <unistd.h>
> -#include <sys/stat.h>
>  #include "libavformat/avformat.h"
> -#include "libavformat/riff.h"
> -#include "libavutil/intreadwrite.h"
> -#include "libavutil/mathematics.h"
>  
>  static int usage(const char *argv0, int ret)
>  {
> -- 
> 1.7.3.1
> 

Ok.

-- 
Anton Khirnov
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to