SOURCES: easytag-fix_build.patch (NEW) - fix build (missing variab...
darekr
darekr at pld-linux.org
Sun Mar 16 04:07:54 CET 2008
Author: darekr Date: Sun Mar 16 03:07:54 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix build (missing variable's declaration)
---- Files affected:
SOURCES:
easytag-fix_build.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/easytag-fix_build.patch
diff -u /dev/null SOURCES/easytag-fix_build.patch:1.1
--- /dev/null Sun Mar 16 04:07:54 2008
+++ SOURCES/easytag-fix_build.patch Sun Mar 16 04:07:49 2008
@@ -0,0 +1,10 @@
+--- easytag-2.1.4.orig/src/mp4_tag.c 2008-03-16 03:46:03.396669152 +0100
++++ easytag-2.1.4/src/mp4_tag.c 2008-03-16 03:48:46.897818774 +0100
+@@ -187,6 +187,7 @@
+ #ifdef NEWMP4
+ // There version can handle multiple pictures!
+ // Version 1.6 of libmp4v2 introduces an index argument for MP4GetMetadataCoverart
++ int i;
+ for (i = 0; (MP4GetMetadataCoverArt( mp4file, &coverArt, &coverSize,i )); i++)
+ #else
+ // There version handle only one picture!
================================================================
More information about the pld-cvs-commit
mailing list