Make the selftesting code use and compileable.

Originally committed as revision 14433 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2008-07-27 20:50:24 +00:00
parent 3df136d438
commit b6ff078b7b
2 changed files with 3 additions and 8 deletions

View File

@@ -63,7 +63,4 @@ static inline double av_random_real1(AVRandomState *state)
return av_random(state) * (1.0 / 4294967296.0);
}
// only available if DEBUG is defined in the .c file
void av_benchmark_random(void);
#endif /* FFMPEG_RANDOM_H */