blob: 63a29ca9385d303d9e0a9adae37d305f6665a589 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- deadbeef-0.5.0-rc1.orig/junklib.c
+++ deadbeef-0.5.0-rc1/junklib.c
@@ -23,7 +23,6 @@
#include <stdlib.h>
#include <string.h>
#if HAVE_ICONV
- #define LIBICONV_PLUG
#include <iconv.h>
#elif HAVE_ICU
#warning icu
|