mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-27 06:14:09 +00:00
14 lines
288 B
C++
14 lines
288 B
C++
|
#ifndef OPENMW_EXTERN_OSG_FFMPEG_VIDEOPLAYER_LIBAVFORMATDEFINES_H
|
||
|
#define OPENMW_EXTERN_OSG_FFMPEG_VIDEOPLAYER_LIBAVFORMATDEFINES_H
|
||
|
|
||
|
extern "C"
|
||
|
{
|
||
|
|
||
|
#include <libavformat/version.h>
|
||
|
|
||
|
}
|
||
|
|
||
|
#define OPENMW_FFMPEG_CONST_WRITEPACKET (LIBAVFORMAT_VERSION_INT >= AV_VERSION_INT(61, 0, 100))
|
||
|
|
||
|
#endif
|