]> git.pld-linux.org Git - packages/amarok.git/commitdiff
- fix for building with mpeg4ip >= 1.6
authorhawk <hawk@pld-linux.org>
Wed, 5 Dec 2007 08:57:28 +0000 (08:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amarok-mpeg4ip.patch -> 1.1

amarok-mpeg4ip.patch [new file with mode: 0644]

diff --git a/amarok-mpeg4ip.patch b/amarok-mpeg4ip.patch
new file mode 100644 (file)
index 0000000..d770ded
--- /dev/null
@@ -0,0 +1,15 @@
+--- amarok-1.4.7/amarok/src/metadata/mp4/mp4file.cpp.orig      2007-08-07 19:48:28.000000000 +0200
++++ amarok-1.4.7/amarok/src/metadata/mp4/mp4file.cpp   2007-12-05 08:55:17.346943004 +0100
+@@ -156,11 +156,7 @@
+     }
+ #endif
+-    if(!MP4Close(handle))
+-    {
+-        fprintf(stderr, "close failed\n");
+-    }
+-
++    MP4Close(handle);
+     mp4file = MP4Read(name());
+     if(mp4file == MP4_INVALID_FILE_HANDLE)
+     {
This page took 0.031908 seconds and 4 git commands to generate.