Home » Developing U++ » U++ Developers corner » Disable library functions
Re: Disable library functions [message #28514 is a reply to message #28284] |
Sat, 04 September 2010 23:34  |
 |
koldo
Messages: 3443 Registered: August 2008
|
Senior Veteran |
|
|
Hello all
As it was hard to maintain avcodec.dli because the avcodec.dll has lots of functions, I have used some "ugly" linker options that work:
- MSC: /FORCE:MULTIPLE
- GCC/MinGW: -Wl,--allow-multiple-definition
With these options the linker uses the zlib functions included in plugin/z package, instead of the functions in avcodec.dll.
Best regards
IƱaki
|
|
|
Goto Forum:
Current Time: Tue Aug 26 15:01:05 CEST 2025
Total time taken to generate the page: 0.04932 seconds
|