Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
9e58f972
Commit
9e58f972
authored
Feb 09, 2008
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmake: add iokit for mkv.
parent
72cb2e3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
extras/buildsystem/cmake/include/config.cmake
extras/buildsystem/cmake/include/config.cmake
+2
-2
No files found.
extras/buildsystem/cmake/include/config.cmake
View file @
9e58f972
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment