mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-21 02:15:11 -04:00
[iso] update libcdio to latest
* Also clean up some of the code in iso.c
This commit is contained in:
parent
b274388f95
commit
b80f7c0785
19 changed files with 930 additions and 300 deletions
|
@ -346,4 +346,6 @@ bool cdio_charset_to_utf8(const char *src, size_t src_len, cdio_utf8_t **dst,
|
|||
|
||||
return (*dst != NULL);
|
||||
}
|
||||
#else
|
||||
# error "The iconv library is needed to build drivers, but it is not detected"
|
||||
#endif /* HAVE_ICONV */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue