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