Dash:
[t2.git] / package / multimedia / jahshaka / include.patch
blob6e0bea12d79a8981bdb6b128298670425a72acd4
1 --- jahshaka/source/Jahshaka/JahLibraries/jahformatter/valueFormatters.cpp_orig 2006-05-17 14:52:37.368546250 +0200
2 +++ jahshaka/source/Jahshaka/JahLibraries/jahformatter/valueFormatters.cpp 2006-05-17 14:53:30.731881250 +0200
3 @@ -6,6 +6,7 @@
5 // std
6 #include <cmath>
7 +#include <cstdlib>
9 TimecodeValueFormatter::TimecodeValueFormatter()
10 : m_fps( 30 ),
11 --- jahshaka/source/OpenLibraries/openmedialib/mediaobject/mediaobject.cpp_orig 2006-05-07 22:39:17.000000000 +0200
12 +++ jahshaka/source/OpenLibraries/openmedialib/mediaobject/mediaobject.cpp 2006-05-17 13:52:13.174048250 +0200
13 @@ -8,6 +8,7 @@
14 *******************************************************************************/
16 #include "mediaobject.h"
17 +#include "mediaobject_.h"
19 #ifdef JAHMPEGDECODER
20 #include "mediaobject_mpeg.h"