aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mplayerxp/files/patch-mplayerxp__subreader.c
blob: 25de138a11c4220da6765f608f39b67357bc07b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- mplayerxp/subreader.c.orig  Sat Feb 11 03:39:49 2006
+++ mplayerxp/subreader.c   Sun Oct  1 21:15:14 2006
@@ -19,11 +19,7 @@
 #define ERR ((void *) -1)
 
 #ifdef USE_ICONV
-#ifdef __FreeBSD__
-#include <giconv.h>
-#else
 #include <iconv.h>
-#endif
 #endif
 char *sub_cp=NULL;