[Mplayer-cvslog] CVS: main/libmpdemux demux_mkv.c, 1.14, 1.15 demux_ogg.c, 1.51, 1.52
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Sun Aug 1 11:08:19 CEST 2004
Hi,
> That wasnt what i meant. The patch changes the call of the init
> function from iconv to enca without changing the #ifdef.
> ie i suspect that it breaks iconv if enca isnt installed.
>
> IMHO it should be rather something like
>
> #ifdev USE_ICONV
> #ifdev HAVE_ENCA
> subcp_open_noenca();
> #elseif
> subcp_open();
> #endif
> #endif
>
> or am i mistaken ?
subcp_open_noenca() was defined differently depending HAVE_ENCA. But I
changed things anyway, now it is subcp_open(NULL)
Greetings,
Reimar Döffinger
More information about the MPlayer-cvslog
mailing list