aboutsummaryrefslogtreecommitdiff
path: root/lib/DllAvUtil.h
diff options
context:
space:
mode:
authorS. Davilla <davilla@4pi.com>2012-09-26 10:28:04 -0400
committerS. Davilla <davilla@4pi.com>2012-09-26 11:10:25 -0400
commit5e689c4b32bb12ea7066ea0cca04c7b36d32756e (patch)
treec28c05cd306b5050ac5c09fb7cc7b44e9dec5737 /lib/DllAvUtil.h
parentd2946b59c9a82858c9e4e3c0ad62c5c48ddc538d (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.h2
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() {}