Fix seek test build, by undefining printf and fprintf.

Originally committed as revision 18201 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Benoit Fouet 16 years ago
parent 9e793a2462
commit 888facff22
  1. 2
      tests/seek_test.c

@ -27,6 +27,8 @@
#include "libavformat/avformat.h"
#undef exit
#undef printf
#undef fprintf
int main(int argc, char **argv)
{

Loading…
Cancel
Save