diff options
author | Hendrik Leppkes <[email protected]> | 2016-08-08 15:27:41 +0200 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2016-08-08 18:41:13 +0200 |
commit | 9745c5ebf87311657b7ba42eb36a7b05de57cb07 (patch) | |
tree | bc9d19f9ebb5d24c27772aee01b7a4c000f2049c /cmdutils.h | |
parent | 19d2921bbfec13c7a843bdbdb5687cf821b02cff (diff) |
cmdutils: remove the current working directory from the DLL search path on win32
Reviewed-by: Matt Oliver <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
(cherry picked from commit 3bf142c77337814458ed8e036796934032d9837f)
Signed-off-by: Michael Niedermayer <[email protected]>
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. */ |