CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
hrydgard

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: hrydgard/ppsspp
Path: blob/master/Core/FFMPEGCompat.h
Views: 1401
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