This file does not use size_t, so no need to #include <sys/types.h>.

Originally committed as revision 12432 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 17 years ago
parent a087028ad8
commit bfb80dbe21
  1. 1
      libavcodec/avcodec.h

@ -28,7 +28,6 @@
#include "libavutil/avutil.h"
#include <sys/types.h> /* size_t */
#define LIBAVCODEC_VERSION_MAJOR 51
#define LIBAVCODEC_VERSION_MINOR 51

Loading…
Cancel
Save