mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-25 12:23:59 +00:00
14 lines
443 B
OpenEdge ABL
14 lines
443 B
OpenEdge ABL
%module ccextractor
|
|
%{
|
|
#define SWIG_FILE_WITH_INIT
|
|
#include "../src/lib_ccx/lib_ccx.h"
|
|
#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"
|
|
#include "../src/ccextractor.h"
|
|
%}
|
|
%include "../src/lib_ccx/ccx_common_common.h"
|
|
%include "../src/ccextractor.h"
|