]> git.pld-linux.org Git - packages/avidemux.git/blobdiff - types.patch
- gcc 4.4 and stdint fixes
[packages/avidemux.git] / types.patch
diff --git a/types.patch b/types.patch
new file mode 100644 (file)
index 0000000..14963e7
--- /dev/null
@@ -0,0 +1,30 @@
+--- avidemux_2.5.0/avidemux/ADM_UIs/ADM_QT4/src/T_threadCount.h~       2009-07-08 01:25:24.000000000 +0300
++++ avidemux_2.5.0/avidemux/ADM_UIs/ADM_QT4/src/T_threadCount.h        2009-07-08 01:25:27.396226444 +0300
+@@ -7,6 +7,7 @@
+ #include <QtGui/QRadioButton>
+ #include <QtGui/QSpinBox>
+ #include <QtGui/QWidget>
++#include <stdint.h>
+ namespace ADM_qt4Factory
+ {
+--- avidemux_2.5.0/avidemux/ADM_userInterfaces/ADM_QT4/ADM_dialog/Q_jobs.h~    2008-10-01 03:03:46.000000000 +0300
++++ avidemux_2.5.0/avidemux/ADM_userInterfaces/ADM_QT4/ADM_dialog/Q_jobs.h     2009-07-08 01:35:24.005463685 +0300
+@@ -3,6 +3,7 @@
+ #include "ui_jobs.h"
+ #include "ADM_misc.h"
++#include <stdint.h>
+ typedef enum
+ {
+--- avidemux_2.5.0/avidemux/ADM_core/include/ADM_misc.h~       2008-06-24 22:46:05.000000000 +0300
++++ avidemux_2.5.0/avidemux/ADM_core/include/ADM_misc.h        2009-07-08 01:36:44.405472138 +0300
+@@ -10,6 +10,7 @@
+ #define ADM_MISC_H
+ #include "ADM_coreConfig.h"
++#include <stdint.h>
+ typedef struct 
This page took 0.062353 seconds and 4 git commands to generate.