diff options
Diffstat (limited to 'lib/DllAvCodec.h')
-rw-r--r-- | lib/DllAvCodec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/DllAvCodec.h b/lib/DllAvCodec.h index 752d36a4f2..db007a1a48 100644 --- a/lib/DllAvCodec.h +++ b/lib/DllAvCodec.h @@ -177,7 +177,9 @@ public: // DLL faking. virtual bool ResolveExports() { return true; } virtual bool Load() { +#if !defined(TARGET_DARWIN) CLog::Log(LOGDEBUG, "DllAvCodec: Using libavcodec system library"); +#endif return true; } virtual void Unload() {} |