mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
8 lines
150 B
C
8 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
|