Ticket #34096: patch-src-AVHandler.h.diff

File patch-src-AVHandler.h.diff, 335 bytes (added by liampg72@…, 12 years ago)

patch to ensure INT64_C is not declared twice

  • src/AVHandler.h

    old new  
    2727
    2828#define VIDEO_OUTBUF_SIZE 200000
    2929
     30#ifndef __STDC_CONSTANT_MACROS
    3031#define INT64_C
    3132#define __STDC_CONSTANT_MACROS
     33#endif
    3234#include <errno.h>
    3335extern "C" {
    3436#if defined (HAVE_FFMPEG_AVFORMAT_H)