mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 06:36:39 +00:00
Potential include fix
This commit is contained in:
parent
958b34771a
commit
e6ecb39d94
2 changed files with 3 additions and 5 deletions
5
extern/osg-ffmpeg-videoplayer/videostate.cpp
vendored
5
extern/osg-ffmpeg-videoplayer/videostate.cpp
vendored
|
@ -2,11 +2,6 @@
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#ifndef __STDC_CONSTANT_MACROS
|
|
||||||
#define __STDC_CONSTANT_MACROS
|
|
||||||
#endif
|
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
#include <osg/Texture2D>
|
#include <osg/Texture2D>
|
||||||
|
|
||||||
extern "C"
|
extern "C"
|
||||||
|
|
3
extern/osg-ffmpeg-videoplayer/videostate.hpp
vendored
3
extern/osg-ffmpeg-videoplayer/videostate.hpp
vendored
|
@ -1,6 +1,9 @@
|
||||||
#ifndef VIDEOPLAYER_VIDEOSTATE_H
|
#ifndef VIDEOPLAYER_VIDEOSTATE_H
|
||||||
#define VIDEOPLAYER_VIDEOSTATE_H
|
#define VIDEOPLAYER_VIDEOSTATE_H
|
||||||
|
|
||||||
|
#ifndef __STDC_CONSTANT_MACROS
|
||||||
|
#define __STDC_CONSTANT_MACROS
|
||||||
|
#endif
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include <boost/thread.hpp>
|
#include <boost/thread.hpp>
|
||||||
|
|
Loading…
Reference in a new issue