]> git.pld-linux.org Git - packages/avidemux.git/blob - gcc44.patch
47fc6bfc8bd440cf5007c28ba7f5d6908dc39bc2
[packages/avidemux.git] / gcc44.patch
1 --- avidemux_2.5.0/avidemux/ADM_userInterfaces/ADM_QT4/ADM_dialog/Q_license.cpp~        2009-12-16 13:05:49.000000000 +0200
2 +++ avidemux_2.5.0/avidemux/ADM_userInterfaces/ADM_QT4/ADM_dialog/Q_license.cpp 2009-12-16 13:05:51.050534943 +0200
3 @@ -17,6 +17,7 @@
4  
5  #include "Q_license.h"
6  #include "ADM_toolkitQt.h"
7 +#include <stdint.h>
8  
9  Ui_licenseWindow::Ui_licenseWindow(QWidget *parent) : QDialog(parent)
10  {
11 --- avidemux_2.5.0/avidemux/ADM_userInterfaces/ADM_QT4/ADM_dialog/Q_jobs.cpp~   2009-12-16 12:45:16.000000000 +0200
12 +++ avidemux_2.5.0/avidemux/ADM_userInterfaces/ADM_QT4/ADM_dialog/Q_jobs.cpp    2009-12-16 13:07:30.231566738 +0200
13 @@ -6,6 +6,7 @@
14  #include "Q_jobs.h"
15  #include "DIA_coreToolkit.h"
16  #include "ADM_toolkitQt.h"
17 +#include <stdio.h>
18  
19  static void updateStatus(void);
20  extern bool parseECMAScript(const char *name);
21 --- avidemux_2.5.0/avidemux/ADM_coreUI/include/DIA_coreToolkit.h~       2009-12-16 12:45:15.000000000 +0200
22 +++ avidemux_2.5.0/avidemux/ADM_coreUI/include/DIA_coreToolkit.h        2009-12-16 13:09:16.437182359 +0200
23 @@ -19,6 +19,8 @@
24  #ifndef ADM_COREUI_TOOLKIT__
25  #define ADM_COREUI_TOOLKIT__
26  
27 +#include <stdint.h>
28 +
29  typedef enum 
30  {
31          ADM_LOG_NONE=0,
32 --- avidemux_2.5.0/avidemux/ADM_userInterfaces/ADM_QT4/ADM_gui/ADM_qslider.h~   2009-12-16 12:45:16.000000000 +0200
33 +++ avidemux_2.5.0/avidemux/ADM_userInterfaces/ADM_QT4/ADM_gui/ADM_qslider.h    2009-12-16 13:30:37.550386331 +0200
34 @@ -1,6 +1,8 @@
35  #ifndef ADM_Q_SLIDER_H
36  #define ADM_Q_SLIDER_H
37  
38 +#include <stdint.h>
39 +
40  class ADM_QSlider : public QSlider
41  {
42  protected:
This page took 0.052865 seconds and 2 git commands to generate.