~ubuntu-branches/ubuntu/trusty/openscenegraph/trusty

« back to all changes in this revision

Viewing changes to .pc/include_mathematics_h_in_ffmpeg_plugin_for_libav_0_8/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp

  • Committer: Package Import Robot
  • Author(s): Manuel A. Fernandez Montecelo, Alberto Luaces
  • Date: 2012-01-08 19:38:17 UTC
  • Revision ID: package-import@ubuntu.com-20120108193817-xvkshbdtgrl4f8ok
Tags: 3.0.1-2
[ Alberto Luaces ]
Fixed ffmpeg FTBFS with 0.8 version (Closes: #654233).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef HEADER_GUARD_FFMPEG_HEADERS_H
 
3
#define HEADER_GUARD_FFMPEG_HEADERS_H
 
4
 
 
5
 
 
6
extern "C"
 
7
{
 
8
#define __STDC_CONSTANT_MACROS
 
9
#define FF_API_OLD_SAMPLE_FMT 0
 
10
#include <errno.h>    // for error codes defined in avformat.h
 
11
#include <stdint.h>
 
12
#include <avcodec.h>
 
13
#include <avformat.h>
 
14
#include <avdevice.h>
 
15
 
 
16
#ifdef USE_SWSCALE    
 
17
    #include <swscale.h>
 
18
#endif
 
19
 
 
20
}
 
21
 
 
22
 
 
23
 
 
24
#endif // HEADER_GUARD_FFMPEG_HEADERS_H