root/OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp @ 9854

Revision 9854, 288 bytes (checked in by robert, 4 years ago)

Added support for using libswscale

Line 
1
2#ifndef HEADER_GUARD_FFMPEG_HEADERS_H
3#define HEADER_GUARD_FFMPEG_HEADERS_H
4
5
6extern "C"
7{
8#define __STDC_CONSTANT_MACROS
9#include <stdint.h>
10#include <avcodec.h>
11#include <avformat.h>
12
13#ifdef USE_SWSCALE   
14    #include <swscale.h>
15#endif
16
17}
18
19
20
21#endif // HEADER_GUARD_FFMPEG_HEADERS_H
Note: See TracBrowser for help on using the browser.