ppsspp/Core/FFMPEGCompat.h

9 lines
150 B
C

#ifndef FFMPEG_COMPAT_H
#define FFMPEG_COMPAT_H
#ifdef HAVE_LIBAVCODEC_CONST_AVCODEC
#define AVCodec const AVCodec
#endif
#endif // FFMPEG_COMPAT_H