mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
9 lines
150 B
C
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
|