diff options
author | S. Davilla <davilla@4pi.com> | 2012-09-26 10:28:04 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2012-09-26 11:10:25 -0400 |
commit | 5e689c4b32bb12ea7066ea0cca04c7b36d32756e (patch) | |
tree | c28c05cd306b5050ac5c09fb7cc7b44e9dec5737 /lib/DllAvUtil.h | |
parent | d2946b59c9a82858c9e4e3c0ad62c5c48ddc538d (diff) |
[osx/ios] fixed, log message is incorrect, darwin uses internal ffmpeg but compiled static so it just looks like external
Diffstat (limited to 'lib/DllAvUtil.h')
-rw-r--r-- | lib/DllAvUtil.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/DllAvUtil.h b/lib/DllAvUtil.h index 06125ecb08..b39566dec0 100644 --- a/lib/DllAvUtil.h +++ b/lib/DllAvUtil.h @@ -159,7 +159,9 @@ public: // DLL faking. virtual bool ResolveExports() { return true; } virtual bool Load() { +#if !defined(TARGET_DARWIN) CLog::Log(LOGDEBUG, "DllAvUtilBase: Using libavutil system library"); +#endif return true; } virtual void Unload() {} |