projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e793a2
)
Fix seek test build, by undefining printf and fprintf.
author
Benoit Fouet
<benoit.fouet@free.fr>
Fri, 27 Mar 2009 08:24:46 +0000
(08:24 +0000)
committer
Benoit Fouet
<benoit.fouet@free.fr>
Fri, 27 Mar 2009 08:24:46 +0000
(08:24 +0000)
Originally committed as revision 18201 to svn://svn.ffmpeg.org/ffmpeg/trunk
tests/seek_test.c
patch
|
blob
|
history
diff --git
a/tests/seek_test.c
b/tests/seek_test.c
index
c2d0646
..
7d64058
100644
(file)
--- a/
tests/seek_test.c
+++ b/
tests/seek_test.c
@@
-27,6
+27,8
@@
#include "libavformat/avformat.h"
#undef exit
+#undef printf
+#undef fprintf
int main(int argc, char **argv)
{