File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 17
17
%include " AvTranscoder/swig/avOperator.i"
18
18
19
19
%{
20
- #include < AvTranscoder/Library.hpp>
21
20
#include < AvTranscoder/log.hpp>
22
21
%}
23
22
26
25
%include " AvTranscoder/data/data.i"
27
26
%include " AvTranscoder/profile/profile.i"
28
27
29
- %include <AvTranscoder/Library.hpp>
30
28
%include <AvTranscoder/log.hpp>
31
29
30
+ %include " AvTranscoder/library.i"
32
31
%include " AvTranscoder/option.i"
33
32
%include " AvTranscoder/util.i"
34
33
%include " AvTranscoder/codec/codec.i"
Original file line number Diff line number Diff line change
1
+ %{
2
+ #include < AvTranscoder/Library.hpp>
3
+ %}
4
+
5
+ namespace std {
6
+ // Allow vector of object with no default constructor
7
+ %ignore vector< avtranscoder::Library >::vector(size_type);
8
+ %ignore vector< avtranscoder::Library >::resize;
9
+
10
+ // Create instantiations of a template classes
11
+ %template (Libraries) vector< avtranscoder::Library >;
12
+ }
13
+
14
+ %include <AvTranscoder/Library.hpp>
You can’t perform that action at this time.
0 commit comments