OSDN Git Service

Fix compilation of timefilter test program.
authorDiego Biurrun <diego@biurrun.de>
Sun, 10 Apr 2011 19:22:45 +0000 (21:22 +0200)
committerDiego Biurrun <diego@biurrun.de>
Mon, 11 Apr 2011 12:18:48 +0000 (14:18 +0200)
commit70ad9842a5d0d685080d4e61243554dfad6dc00e
tree61919bba33f0a3508548bbf9f34f419b10790e43
parentf502ff3f61dfdc7c4180b6a24cec6237c38bc148
Fix compilation of timefilter test program.

The printf function is forbidden in library code, but not in test programs,
so #undefine the printf macro that disables the system printf function.

Signed-off-by: Diego Biurrun <diego@biurrun.de>
libavformat/timefilter.c