]> git.pld-linux.org Git - packages/opal.git/blame - opal-ffmpeg06.patch
- rel 7; builds
[packages/opal.git] / opal-ffmpeg06.patch
CommitLineData
387c6957 1diff -ur opal-3.6.8.orig//plugins/video/common/dyna.h opal-3.6.8/plugins/video/common/dyna.h
2--- opal-3.6.8.orig//plugins/video/common/dyna.h 2010-05-27 08:52:47.000000000 +0200
3+++ opal-3.6.8/plugins/video/common/dyna.h 2010-08-25 12:47:40.040727761 +0200
4@@ -41,6 +41,8 @@
5 #ifndef __DYNA_H__
6 #define __DYNA_H__ 1
7
8+#define __STDC_CONSTANT_MACROS
9+
10 #include "plugin-config.h"
11
12 #include <codec/opalplugin.h>
13diff -ur opal-3.6.8.orig//plugins/video/H.263-1998/h263-1998.h opal-3.6.8/plugins/video/H.263-1998/h263-1998.h
14--- opal-3.6.8.orig//plugins/video/H.263-1998/h263-1998.h 2010-05-27 08:52:46.000000000 +0200
15+++ opal-3.6.8/plugins/video/H.263-1998/h263-1998.h 2010-08-25 12:48:00.781349611 +0200
16@@ -48,6 +48,9 @@
17
18 #ifndef __H263P_1998_H__
19 #define __H263P_1998_H__ 1
20+
21+#define __STDC_CONSTANT_MACROS
22+
23 #include <codec/opalplugin.h>
24 #include "h263pframe.h"
25 #include "rfc2190.h"
26diff -ur opal-3.6.8.orig//plugins/video/H.263-1998/h263pframe.h opal-3.6.8/plugins/video/H.263-1998/h263pframe.h
27--- opal-3.6.8.orig//plugins/video/H.263-1998/h263pframe.h 2010-05-27 08:52:46.000000000 +0200
28+++ opal-3.6.8/plugins/video/H.263-1998/h263pframe.h 2010-08-25 12:48:22.311139161 +0200
29@@ -23,6 +23,8 @@
30 #ifndef __H263PFrame_H__
31 #define __H263PFrame_H__ 1
32
33+#define __STDC_CONSTANT_MACROS
34+
35 #include "plugin-config.h"
36
37 #include <stdint.h>
38diff -ur opal-3.6.8.orig//plugins/video/H.264/h264-x264.h opal-3.6.8/plugins/video/H.264/h264-x264.h
39--- opal-3.6.8.orig//plugins/video/H.264/h264-x264.h 2010-05-27 08:52:46.000000000 +0200
40+++ opal-3.6.8/plugins/video/H.264/h264-x264.h 2010-08-25 12:47:19.218239108 +0200
41@@ -39,6 +39,8 @@
42 #ifndef __H264_X264_H__
43 #define __H264_X264_H__ 1
44
45+#define __STDC_CONSTANT_MACROS
46+
47 #include "plugin-config.h"
48
49 #include <stdarg.h>
This page took 0.075553 seconds and 4 git commands to generate.