scilab: fix tests having too long identifier names
This commit is contained in:
parent
78360b4d1b
commit
7307d967d0
16 changed files with 97 additions and 45 deletions
|
|
@ -1,5 +1,9 @@
|
|||
%module enum_missing
|
||||
|
||||
#if defined(SWIGSCILAB)
|
||||
%rename(AvCodecCtx) AVCodecContext;
|
||||
#endif
|
||||
|
||||
// Test when SWIG does not parse the enum definition
|
||||
%{
|
||||
enum AVPixelFormat {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue