Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Bump id3v2::tag::render(version) to 1.8. (not available in 1.7.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Dec 26, 2012
1 parent 4d77292 commit 813ec4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wrapper/id3.cpp
Expand Up @@ -79,7 +79,7 @@ namespace
MF_OL(setVolumeAdjustment, 1, 2);
MF_OL(setPeakVolume, 1, 2);

#if (TAGPY_TAGLIB_HEX_VERSION >= 0x10700)
#if (TAGPY_TAGLIB_HEX_VERSION >= 0x10800)
MF_OL(render, 0, 1)
#endif

Expand Down Expand Up @@ -215,8 +215,8 @@ void exposeID3()
.def("addFrame", id3v2_Tag_addFrame)
.DEF_SIMPLE_METHOD(removeFrame)
.DEF_SIMPLE_METHOD(removeFrames)
#if (TAGPY_TAGLIB_HEX_VERSION >= 0x10700)

#if (TAGPY_TAGLIB_HEX_VERSION >= 0x10800)
.DEF_OVERLOADED_METHOD(render, ByteVector (cl::*)(int) const)
#else
.DEF_SIMPLE_METHOD(render)
Expand Down

0 comments on commit 813ec4f

Please sign in to comment.