This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
openh264
Watch
1
Star
0
Fork
0
You've already forked openh264
Code
Issues
Pull Requests
Releases
Wiki
Activity
4b5e893fcc
openh264
/
openh264.def
6 lines
92 B
Modula-2
Raw
Normal View
History
Unescape
Escape
Support building DLLs with MSVC MSVC doesn't export any functions at all by default, contrary to gcc which exports all global functions by default. Doing the same for linux/OS X isn't too hard, but they use yet two other, different syntaxes for the corresponding symbol file.
2014-02-19 10:51:50 +01:00
EXPORTS
Prefix API with the Wels namespace
2014-03-25 17:36:47 +01:00
WelsCreateDecoder
WelsDestroyDecoder
WelsCreateSVCEncoder
WelsDestroySVCEncoder
Reference in New Issue
Copy Permalink