Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous message
koldo is currently offline  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
 
Read Message
Read Message
Read Message
Previous Topic: JavaScriptCore
Next Topic: how to building UPP to one dll?
Goto Forum:
  


Current Time: Tue Aug 26 11:31:15 CEST 2025

Total time taken to generate the page: 0.05470 seconds