forked from wang-bin/QtAV
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update capi module to support 3 styles of dynamic load c library
currently used in SubtitleProcessorLibASS.cpp. add "#define ASS_CAPI_NS" to use namespace style and do not unload the library manually in your code
- Loading branch information
Showing
4 changed files
with
75 additions
and
57 deletions.
There are no files selected for viewing
Submodule capi
updated
8 files
72 −18 | README.md | |
116 −35 | capi.h | |
1 −1 | capi.pro | |
1 −1 | test/zlib/zlib.pro | |
9 −11 | test/zlib/zlib_api.cpp | |
23 −9 | test/zlib/zlib_api.h | |
6 −7 | test/zlib/zlib_api_test.cpp | |
64 −22 | testz.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters