Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37765977
en ru br
ALT Linux repos
S:1.12-alt1
5.0: 1.5-alt2.1
4.1: 1.5-alt2
4.0: 1.4-alt5
3.0: 1.4-alt1

Group :: System/Libraries
RPM: libtag

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: taglib-1.6-alt-rcc-fix.patch
Download


--- taglib-1.6/taglib/toolkit/rccpatch.cpp~	2009-09-25 20:17:31 +0400
+++ taglib-1.6/taglib/toolkit/rccpatch.cpp	2009-09-25 20:24:22 +0400
@@ -93,7 +93,7 @@ TagLib::ByteVector rccPatchRecodeOutput(
 #endif /* HAVE_LIBRCC */
 }
 
-TagLib::ByteVector rccPatchRecodeOutputID3(const std::string &s, bool v2 = false) {
+TagLib::ByteVector rccPatchRecodeOutputID3(const std::string &s, bool v2) {
     TagLib::ByteVector v;
 #ifdef HAVE_LIBRCC
     size_t rlen;
@@ -133,7 +133,7 @@ TagLib::ByteVector rccPatchRecodeInput(c
 #endif /* HAVE_LIBRCC */
 }
 
-TagLib::ByteVector rccPatchRecodeInputID3(const std::string &s, bool v2 = false) {
+TagLib::ByteVector rccPatchRecodeInputID3(const std::string &s, bool v2) {
     TagLib::ByteVector v;
 #ifdef HAVE_LIBRCC
     size_t rlen;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin