aboutsummaryrefslogtreecommitdiff
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.cpp29
1 files changed, 0 insertions, 29 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 181d18e156a0..000000000000
--- a/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4file.cpp
+++ /dev/null
@@ -1,29 +0,0 @@
-
-$FreeBSD$
-
---- amarok/src/metadata/mp4/mp4file.cpp.orig
-+++ amarok/src/metadata/mp4/mp4file.cpp
-@@ -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
-
-@@ -156,10 +155,8 @@
- }
- #endif
-
-- if(!MP4Close(handle))
-- {
-- fprintf(stderr, "close failed\n");
-- }
-+ MP4Close(handle);
-+ handle=NULL;
-
- mp4file = MP4Read(name());
- if(mp4file == MP4_INVALID_FILE_HANDLE)