16b885d0c3
What's new: http://amarok.kde.org/amarokwiki/index.php/What's_New_in_1.4 - add RUBY dependency for lyric scripts - add mp4v2 dependency - add support for iPods (via libgpod) Note: gstreamer, aKode and arts engine support have been dropped. Only libxine is supported on FreeBSD.
14 lines
232 B
C++
14 lines
232 B
C++
|
|
$FreeBSD$
|
|
|
|
--- amarok/src/metadata/mp4/mp4properties.cpp.orig
|
|
+++ amarok/src/metadata/mp4/mp4properties.cpp
|
|
@@ -29,7 +29,7 @@
|
|
#include <systems.h>
|
|
#endif
|
|
|
|
-#include <stdint.h>
|
|
+#include <inttypes.h>
|
|
|
|
using namespace TagLib;
|
|
|