diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2016-08-08 15:27:41 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-08-08 18:36:55 +0200 |
commit | 3bf142c77337814458ed8e036796934032d9837f (patch) | |
tree | e9c0b272b7dd1f189beefb57d9955f8bf22599a4 /cmdutils.h | |
parent | dbd7a84c814161926e5f298eae1f5ea17082f814 (diff) | |
download | ffmpeg-3bf142c77337814458ed8e036796934032d9837f.tar.gz |
cmdutils: remove the current working directory from the DLL search path on win32
Reviewed-by: Matt Oliver <protogonoi@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmdutils.h b/cmdutils.h index 83ea4ad39e..67bf4848b7 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -62,6 +62,11 @@ void register_exit(void (*cb)(int ret)); void exit_program(int ret) av_noreturn; /** + * Initialize dynamic library loading + */ +void init_dynload(void); + +/** * Initialize the cmdutils option system, in particular * allocate the *_opts contexts. */ |