diff options
author | Memphiz <memphis@machzwo.de> | 2012-03-26 22:22:46 +0200 |
---|---|---|
committer | elupus <elupus@xbmc.org> | 2012-03-31 16:28:41 +0200 |
commit | 32016958723f5d58d7bfb36e18dd6c4b9307d4fd (patch) | |
tree | e4f371fed8c47539a5bb6c31d39a636c031fbd07 /lib/DllPostProc.h | |
parent | 525834b388b3f0c7d2cece694b8893684a7715b7 (diff) |
[osx/ios/atv2] - build and link static libs for ffmpeg because of build issues on ios
Diffstat (limited to 'lib/DllPostProc.h')
-rw-r--r-- | lib/DllPostProc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DllPostProc.h b/lib/DllPostProc.h index b09a3f6d3d..5465601ce4 100644 --- a/lib/DllPostProc.h +++ b/lib/DllPostProc.h @@ -87,7 +87,7 @@ public: virtual void pp_free_context(pp_context *ppContext)=0; }; -#if (defined USE_EXTERNAL_FFMPEG) +#if (defined USE_EXTERNAL_FFMPEG) || (defined TARGET_DARWIN) // We call directly. class DllPostProc : public DllDynamic, DllPostProcInterface |