diff options
author | Martin Storsjö <martin@martin.st> | 2011-11-06 01:50:03 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-11-06 18:31:44 +0200 |
commit | 246128463020b9831addadc621f61e2551a30a4a (patch) | |
tree | 340eeecf12e5271ed4778543a93b692380fb8aef /libavcodec/nellymoserenc.c | |
parent | 776f2bb91a5e31a385ee0a200df907e9acb0de87 (diff) | |
download | ffmpeg-246128463020b9831addadc621f61e2551a30a4a.tar.gz |
openssl: Only use CRYPTO_set_id_callback on OpenSSL < 1.0.0
Since 1.0.0, this function is deprecated. A new function,
CRYPTO_THREADID_set_callback is available, but if not set at all,
it uses the address of errno as thread id, which should be
sufficient for most systems.
On windows, it never was necessary to use this function even
before 1.0.0, it used the right win32 API function for this
by default.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/nellymoserenc.c')
0 files changed, 0 insertions, 0 deletions