On Wed, 10 Mar 2010 20:38:07 +0900, KO Myung-Hun wrote: >+#ifdef WIN32_LOADER >+ if (bin_codec_path) >+ SetCodecPath(bin_codec_path); >+#endif i think it would be better to just have -codecpath , get rid of the ifdef, and have it work for all binary (linux/mac/win32) codecs... -compn