~ubuntu-branches/debian/sid/openscenegraph/sid

« back to all changes in this revision

Viewing changes to debian/patches/include_mathematics_h_in_ffmpeg_plugin_for_libav_0_8

  • Committer: Package Import Robot
  • Author(s): Manuel A. Fernandez Montecelo, Alberto Luaces, Manuel A. Fernandez Montecelo
  • Date: 2013-07-30 13:07:57 UTC
  • mfrom: (1.4.3)
  • Revision ID: package-import@ubuntu.com-20130730130757-b3weq3502sennb16
Tags: 3.2.0~rc1-1
[Alberto Luaces]
* New upstream release.
* Updated standards version (3.9.4).
* Updated SVN URL.
* Removed the static version of the libraries since they impose a huge
  load on the build servers, add additional complexity on the build
  scripts, and make a great impact on the size of the packages, given
  the very small cases where they are useful.
* Acknowledge NMU.

[ Manuel A. Fernandez Montecelo ]
* Switch to @debian.org address

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: osggit/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp
2
 
===================================================================
3
 
--- osggit.orig/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp  2012-01-05 13:08:46.000000000 +0100
4
 
+++ osggit/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp       2012-01-05 13:10:07.000000000 +0100
5
 
@@ -12,6 +12,7 @@
6
 
 #include <avcodec.h>
7
 
 #include <avformat.h>
8
 
 #include <avdevice.h>
9
 
+#include <mathematics.h>
10
 
 
11
 
 #ifdef USE_SWSCALE    
12
 
     #include <swscale.h>