Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 347481
Collapse All | Expand All

(-)OpenSceneGraph-2.8.3/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp (+1 lines)
Lines 6-11 Link Here
6
extern "C"
6
extern "C"
7
{
7
{
8
#define __STDC_CONSTANT_MACROS
8
#define __STDC_CONSTANT_MACROS
9
#define FF_API_OLD_SAMPLE_FMT 0
9
#include <errno.h>    // for error codes defined in avformat.h
10
#include <errno.h>    // for error codes defined in avformat.h
10
#include <stdint.h>
11
#include <stdint.h>
11
#include <avcodec.h>
12
#include <avcodec.h>

Return to bug 347481