Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-26 | Updated the iptc parser to support different iptc variants. (pd code from jhead) | Christian Fetzer | |
2012-03-26 | Added support for the exif ImageDescription tag to libexif and made it ↵ | Christian Fetzer | |
accessible through slideshow.exifdescription. | |||
2011-10-27 | Fixed Iptc parser under 64bit linux | Christian Fetzer | |
2011-09-16 | build: 3rd party lib linking symbols cleanup | theuni | |
Fix several linking concerns that are usually masked in one way or another. To see, add -Wl,--unresolved-symbols=ignore-in-shared-libs to LDFLAGS 1. The 3rd party libs that we build can't resolve our wrapped functions until runtime, so tell the linker not to expect them. 2. Various vis and screensavers were relying on XBMC bringing in GL libs. With these fixes, linking opts like --unresolved-symbols=ignore-in-shared-libs now work properly. This is useful for annoying libs like gles or egl which may depend on other libs that cannot resolve at link-time. TODO: ProjectM still neeeds attention | |||
2011-08-01 | fixed: make sure libexif is using the correct byte order (intel or motorola) ↵ | vdrfan | |
when processing gps information (fixes #8427) | |||
2011-05-07 | [WIN32] enable sse for all projects in release target | WiSo | |
2011-03-09 | [darwin] changed, replace wrapping with wrapper.rb with linker alias_list | S. Davilla | |
2011-01-24 | Merged cptspiff's code-reshuffle branch. | theuni | |
Squashed commit due to build breakage during code-reshuffle history. Conflicts: xbmc/Util.cpp xbmc/cdrip/CDDARipper.cpp xbmc/filesystem/Directory.cpp xbmc/filesystem/File.cpp |