taglib/taglib-1.6-test_mp4.patch
Michael Schwendt 3f7d5a8079 - Add patch to fix MP4 test on ppc/ppc64.
- Update to 1.6 final.
2009-09-14 13:13:25 +00:00

13 lines
480 B
Diff

diff -Nur taglib-1.6-orig/tests/test_mp4.cpp taglib-1.6/tests/test_mp4.cpp
--- taglib-1.6-orig/tests/test_mp4.cpp 2009-07-24 15:08:51.000000000 +0200
+++ taglib-1.6/tests/test_mp4.cpp 2009-09-14 14:46:41.724715605 +0200
@@ -130,7 +130,7 @@
MP4::Atom *moov = atoms->atoms[0];
CPPUNIT_ASSERT_EQUAL(long(77), moov->length);
- f->tag()->itemListMap()["pgap"] = 1;
+ f->tag()->itemListMap()["pgap"] = true;
f->save();
f = new MP4::File(filename.c_str());