this include isn;t longer need and now generate a lot of warnings patch by Bohdan Horst <nexus at hoth.amu.edu.pl>

Originally committed as revision 789 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Bohdan Horst 22 years ago committed by Michael Niedermayer
parent ce23c668f1
commit a5f0696948
  1. 4
      libavcodec/common.h

@ -109,10 +109,6 @@ typedef signed long long INT64;
#ifdef HAVE_AV_CONFIG_H
#ifdef __FreeBSD__
#include <sys/param.h>
#endif
#ifndef INT64_C
#define INT64_C(c) (c ## LL)
#define UINT64_C(c) (c ## ULL)

Loading…
Cancel
Save