summaryrefslogtreecommitdiff
path: root/libavutil/random.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-07-27 20:50:24 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-07-27 20:50:24 +0000
commitb6ff078b7bbb0700e95751c3877af8887173f237 (patch)
tree9589a1110929f16cb120a426e0f137cf0ec38aae /libavutil/random.h
parent3df136d438ae468141846f08da330fef9bb46d45 (diff)
Make the selftesting code use and compileable.
Originally committed as revision 14433 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/random.h')
-rw-r--r--libavutil/random.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavutil/random.h b/libavutil/random.h
index 4d00d7e00f..25eaf589da 100644
--- a/libavutil/random.h
+++ b/libavutil/random.h
@@ -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 */