Make the probe for RNG sources at runtime since the configure script isn't

compatible with cross-compiling.


git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@744 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Pierre Ossman 2006-04-18 15:16:24 +00:00
parent e4b2a47bb1
commit c22a0c12e4
4 changed files with 65 additions and 65 deletions

View file

@ -22,6 +22,7 @@
USA.
***/
void pa_random_seed();
void pa_random(void *ret_data, size_t length);
#endif