diff -NpuBr -Xexclude.txt main/loader/qtx/qtxsdk/components.h sherpya/loader/qtx/qtxsdk/components.h --- main/loader/qtx/qtxsdk/components.h 2010-03-17 07:28:11.687500000 +0100 +++ sherpya/loader/qtx/qtxsdk/components.h 2010-12-01 02:06:16.234375000 +0100 @@ -2,6 +2,8 @@ #define MPLAYER_COMPONENTS_H #include +#include "mp_msg.h" +#define printf(...) mp_msg(MSGT_CPLAYER, MSGL_V, __VA_ARGS__) // Basic types: @@ -751,5 +753,5 @@ static inline void dump_CodecDecompressP } - +#undef printf #endif /* MPLAYER_COMPONENTS_H */