Merge pull request #5642 from kaienfr/new_build_MACOSX

Fix bug: building on MACOSX
This commit is contained in:
Henrik Rydgård 2014-03-13 22:30:31 +01:00
commit ae09066292

View File

@ -420,7 +420,7 @@ if(USE_FFMPEG)
)
endif()
if(IOS OR BLACKBERRY)
if(IOS OR BLACKBERRY OR MACOSX)
set(FFMPEG_LIBRARIES ${FFMPEG_LIBRARIES} iconv)
endif()