2017-06-27 09:18:32 +00:00
|
|
|
%module ccextractor
|
2017-05-22 06:43:28 +00:00
|
|
|
%{
|
2017-06-27 09:18:32 +00:00
|
|
|
#define SWIG_FILE_WITH_INIT
|
|
|
|
#include "../src/lib_ccx/lib_ccx.h"
|
2017-05-22 06:43:28 +00:00
|
|
|
#include "../src/lib_ccx/configuration.h"
|
|
|
|
#include "../src/lib_ccx/ccx_common_option.h"
|
|
|
|
#include "../src/lib_ccx/ccx_mp4.h"
|
|
|
|
#include "../src/lib_ccx/hardsubx.h"
|
|
|
|
#include "../src/lib_ccx/ccx_share.h"
|
2017-06-27 09:18:32 +00:00
|
|
|
#include "../src/ccextractor.h"
|
2017-05-22 06:43:28 +00:00
|
|
|
%}
|
2017-05-31 10:52:07 +00:00
|
|
|
%include "../src/lib_ccx/ccx_common_common.h"
|
2017-06-27 09:18:32 +00:00
|
|
|
%include "../src/ccextractor.h"
|