aboutsummaryrefslogtreecommitdiff
path: root/lib/DllSwScale.h
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2012-03-26 22:22:46 +0200
committerelupus <elupus@xbmc.org>2012-03-31 16:28:41 +0200
commit32016958723f5d58d7bfb36e18dd6c4b9307d4fd (patch)
treee4f371fed8c47539a5bb6c31d39a636c031fbd07 /lib/DllSwScale.h
parent525834b388b3f0c7d2cece694b8893684a7715b7 (diff)
[osx/ios/atv2] - build and link static libs for ffmpeg because of build issues on ios
Diffstat (limited to 'lib/DllSwScale.h')
-rw-r--r--lib/DllSwScale.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DllSwScale.h b/lib/DllSwScale.h
index 0cfb65455b..0fe8184b94 100644
--- a/lib/DllSwScale.h
+++ b/lib/DllSwScale.h
@@ -92,7 +92,7 @@ public:
virtual void sws_freeContext(struct SwsContext *context)=0;
};
-#if (defined USE_EXTERNAL_FFMPEG)
+#if (defined USE_EXTERNAL_FFMPEG) || (defined TARGET_DARWIN)
// We call into this library directly.
class DllSwScale : public DllDynamic, public DllSwScaleInterface