1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

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
This commit is contained in:
Bohdan Horst 2002-07-23 09:44:34 +00:00 committed by Michael Niedermayer
parent ce23c668f1
commit a5f0696948

View File

@ -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)