Commit 9e58f972 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

cmake: add iokit for mkv.

parent 72cb2e3e
......@@ -249,8 +249,8 @@ if(APPLE)
vlc_module_add_link_libraries(quartztext
${Carbon_FRAMEWORKS}
${ApplicationServices_FRAMEWORKS} )
vlc_module_add_link_libraries(mp4
${IOKit_FRAMEWORKS} )
vlc_module_add_link_libraries(mp4 ${IOKit_FRAMEWORKS} )
vlc_module_add_link_libraries(mkv ${IOKit_FRAMEWORKS} )
add_executable(VLC MACOSX_BUNDLE src/vlc.c)
target_link_libraries(VLC libvlc)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment