forked from teamnwah/openmw-tes3coop
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>
|
||||
|
||||
#ifndef __STDC_CONSTANT_MACROS
|
||||
#define __STDC_CONSTANT_MACROS
|
||||
#endif
|
||||
#include <stdint.h>
|
||||
|
||||
#include <osg/Texture2D>
|
||||
|
||||
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
|
||||
#define VIDEOPLAYER_VIDEOSTATE_H
|
||||
|
||||
#ifndef __STDC_CONSTANT_MACROS
|
||||
#define __STDC_CONSTANT_MACROS
|
||||
#endif
|
||||
#include <stdint.h>
|
||||
|
||||
#include <boost/thread.hpp>
|
||||
|
|
Loading…
Reference in a new issue