Skip to content

Commit 4092ed0

Browse files
committed
Windows: move SWIG common.hpp inclusion from avTranscoder.i to progress.i
1 parent d677cc0 commit 4092ed0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/AvTranscoder/avTranscoder.i

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
%include "AvTranscoder/swig/avExport.i"
1212

1313
%{
14-
#include <AvTranscoder/common.hpp>
15-
1614
#include <AvTranscoder/Profile.hpp>
1715

1816
#include <AvTranscoder/essenceStructures/Pixel.hpp>
@@ -64,8 +62,6 @@ namespace std {
6462
%template(ProfilesVector) vector< map< string, string > >;
6563
}
6664

67-
%include <AvTranscoder/common.hpp>
68-
6965
%include "AvTranscoder/progress/progress.i"
7066

7167
%include <AvTranscoder/Profile.hpp>

src/AvTranscoder/progress/progress.i

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
%{
2+
#include <AvTranscoder/common.hpp>
23
#include <AvTranscoder/progress/IProgress.hpp>
34
#include <AvTranscoder/progress/ConsoleProgress.hpp>
45
#include <AvTranscoder/progress/NoDisplayProgress.hpp>
@@ -7,6 +8,7 @@
78
/* turn on director wrapping for IProgress */
89
%feature("director") IProgress;
910

11+
%include <AvTranscoder/common.hpp>
1012
%include <AvTranscoder/progress/IProgress.hpp>
1113
%include <AvTranscoder/progress/ConsoleProgress.hpp>
1214
%include <AvTranscoder/progress/NoDisplayProgress.hpp>

0 commit comments

Comments
 (0)