On 2012-01-25 20:12:13 +0100, Diego Biurrun wrote:
> ---
>  tools/graph2dot.c |    1 -
>  tools/pktdumper.c |    2 --
>  2 files changed, 0 insertions(+), 3 deletions(-)
> 
> diff --git a/tools/graph2dot.c b/tools/graph2dot.c
> index 15a9012..a52416d 100644
> --- a/tools/graph2dot.c
> +++ b/tools/graph2dot.c
> @@ -20,7 +20,6 @@
>  
>  #include <unistd.h>             /* getopt */
>  
> -#undef HAVE_AV_CONFIG_H
>  #include "libavutil/pixdesc.h"
>  #include "libavutil/audioconvert.h"
>  #include "libavfilter/avfiltergraph.h"
> diff --git a/tools/pktdumper.c b/tools/pktdumper.c
> index bfccd7c..c3a3a21 100644
> --- a/tools/pktdumper.c
> +++ b/tools/pktdumper.c
> @@ -29,8 +29,6 @@
>  
>  #define PKTFILESUFF "_%08" PRId64 "_%02d_%010" PRId64 "_%06d_%c.bin"
>  
> -#undef strcat
> -
>  static int usage(int ret)
>  {
>      fprintf(stderr, "dump (up to maxpkts) AVPackets as they are demuxed by 
> libavformat.\n");

ok assuming pktdumper still links, if not libavutil/internal.h gets
somehow included. that should be fixed first then.

Janne
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to