Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hrydgard
GitHub Repository: hrydgard/ppsspp
Path: blob/master/Core/FFMPEGCompat.h
3185 views
1
#ifndef FFMPEG_COMPAT_H
2
#define FFMPEG_COMPAT_H
3
4
#ifdef HAVE_LIBAVCODEC_CONST_AVCODEC
5
#define AVCodec const AVCodec
6
#endif
7
8
#endif // FFMPEG_COMPAT_H
9
10