Commit ae4cfb0f authored by benoit's avatar benoit

Fix seek test build, by undefining printf and fprintf.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18201 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7a4205d9
......@@ -27,6 +27,8 @@
#include "libavformat/avformat.h"
#undef exit
#undef printf
#undef fprintf
int main(int argc, char **argv)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment