aboutsummaryrefslogtreecommitdiff
path: root/lib/DllSwScale.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/DllSwScale.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/DllSwScale.h')
-rw-r--r--lib/DllSwScale.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/DllSwScale.h b/lib/DllSwScale.h
index 0fe8184b94..0114bb8783 100644
--- a/lib/DllSwScale.h
+++ b/lib/DllSwScale.h
@@ -116,7 +116,9 @@ public:
// DLL faking.
virtual bool ResolveExports() { return true; }
virtual bool Load() {
+#if !defined(TARGET_DARWIN)
CLog::Log(LOGDEBUG, "DllSwScale: Using libswscale system library");
+#endif
return true;
}
virtual void Unload() {}