aboutsummaryrefslogtreecommitdiff
path: root/lib/DllAvCodec.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/DllAvCodec.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/DllAvCodec.h')
-rw-r--r--lib/DllAvCodec.h2
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() {}