Go to file
Raphael Kubo da Costa eee860f9c6 Fix build when the 'uint' typedef is already defined.
Using uint in those structs gave me the following error:

  /home/rakuco/kde4/src/kdesupport/taglib/taglib/riff/rifffile.cpp:38:
error: reference to 'uint' is ambiguous
  /usr/include/sys/types.h:56: error: candidates are: typedef unsigned
int uint

Is it really necessary to have those typedefs in taglib.h? It'd be
nice to at least check if they are not being redefined.

CCMAIL: lalinsky@gmail.com



git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1223282 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
2011-03-02 03:05:28 +00:00
bindings *poof* 2011-02-13 11:50:25 +00:00
cmake/modules Fix build by copying strigis FindCppUnit.cmake to taglib. Build failed because CPPUNIT_LIBRARIES didn't 2008-12-21 21:46:41 +00:00
doc Move docs building to CMake 2011-02-13 12:22:42 +00:00
examples *poof* 2011-02-13 11:50:25 +00:00
include Support for MP4 cover art 2009-10-24 16:55:54 +00:00
taglib Fix build when the 'uint' typedef is already defined. 2011-03-02 03:05:28 +00:00
tests Update the AIFF test 2011-02-25 19:43:25 +00:00
AUTHORS And now get everything building again... 2006-09-24 18:10:30 +00:00
CMakeLists.txt Move docs building to CMake 2011-02-13 12:22:42 +00:00
config-taglib.h.cmake Add my old WMA and MP4 code. It is disabled by default, must be explicitly enabled to be compiled. 2008-11-12 08:17:11 +00:00
ConfigureChecks.cmake Fix build by copying strigis FindCppUnit.cmake to taglib. Build failed because CPPUNIT_LIBRARIES didn't 2008-12-21 21:46:41 +00:00
COPYING.LGPL Different LGPL version than was referenced in headers 2010-09-22 00:07:26 +00:00
COPYING.MPL Got permission from all (non-trivial) contributors to dual license under the MPL. 2007-10-10 18:22:58 +00:00
Doxyfile.cmake Move docs building to CMake 2011-02-13 12:22:42 +00:00
INSTALL CMake-specific INSTALL file 2011-02-13 12:36:04 +00:00
NEWS More news 2011-02-13 12:47:52 +00:00
taglib-config.cmake Automatically generate the version number in taglib-config 2011-02-13 12:45:24 +00:00
taglib.pc.cmake Don't hardcode version number 2007-08-27 07:02:29 +00:00