summaryrefslogtreecommitdiff
path: root/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4file.cpp')
-rw-r--r--audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4file.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4file.cpp b/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4file.cpp
deleted file mode 100644
index eb0f8af114cc..000000000000
--- a/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4file.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
---- amarok/src/metadata/mp4/mp4file.cpp.orig Mon Dec 17 16:53:19 2007
-+++ amarok/src/metadata/mp4/mp4file.cpp Thu Jan 31 23:14:42 2008
-@@ -27,9 +27,8 @@
-
- #include "mp4tag.h"
- #include <tfile.h>
--#include <audioproperties.h>
-
--#include <stdint.h>
-+#include <inttypes.h>
-
- #define MP4V2_HAS_WRITE_BUG 1
-
-@@ -157,6 +156,7 @@
- #endif
-
- MP4Close(handle);
-+ handle=NULL;
-
- mp4file = MP4Read(name());
- if(mp4file == MP4_INVALID_FILE_HANDLE)