Patch by Gergely Szsz to respect --disable-joliet.
(Things may change when UDF is more in use though.) Bug report #18522
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
/* UTF-8 support */
|
/* UTF-8 support */
|
||||||
|
|
||||||
|
#ifdef HAVE_JOLIET
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
# include "config.h"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
@@ -200,3 +201,4 @@ bool cdio_charset_to_utf8(char *src, size_t src_len, cdio_utf8_t **dst,
|
|||||||
iconv_close(ic);
|
iconv_close(ic);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
#endif /* HAVE_JOLIET */
|
||||||
|
|||||||
Reference in New Issue
Block a user