diff options
author | WiSo <wiso@xbmc.org> | 2012-12-08 19:12:00 +0100 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2012-12-08 19:12:54 +0100 |
commit | f5f34723fd55841a9855a803dc6496cb44db7a60 (patch) | |
tree | 910787992f08b95c955359bd2ed9eecd12c1c0be /lib/liblame | |
parent | c6c47ad991e5b788cdfbb7144b276ba631ffd409 (diff) |
[WIN32] fixed: lame_enc.dll couldn't be loaded due to missing symbols. added some exports and removed id3tag_set_textinfo_utf16 because its not available in our internal liblame. I ifdefed it for windows but since it seems not to be used in XBMC it could be removed entirely.
Diffstat (limited to 'lib/liblame')
-rw-r--r-- | lib/liblame/include/lame.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/liblame/include/lame.def b/lib/liblame/include/lame.def index 053624fe69..857bddb5e1 100644 --- a/lib/liblame/include/lame.def +++ b/lib/liblame/include/lame.def @@ -284,3 +284,5 @@ lame_get_id3v2_tag @2017 lame_set_write_id3tag_automatic @2018 lame_get_write_id3tag_automatic @2019 id3tag_set_pad @2020 +id3tag_set_textinfo_latin1 @2021 +id3tag_set_textinfo_ucs2 @2023
\ No newline at end of file |