Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
509b4b9d
Commit
509b4b9d
authored
Mar 07, 2005
by
Andre Pang
Browse files
* configure.ac: Link against dependent static libraries successfully on
Mac OS X
parent
1591dec0
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
509b4b9d
...
...
@@ -129,7 +129,7 @@ case "${target_os}" in
VLC_ADD_LDFLAGS([mp4], [-framework IOKit -framework CoreFoundation])
VLC_ADD_CFLAGS([libvlc],[-x objective-c])
VLC_ADD_CFLAGS([vlc],[-x objective-c])
VLC_ADD_LDFLAGS([vlc],[-Wl,-multiply_defined,suppress])
VLC_ADD_LDFLAGS([vlc],[
-Wl,-m
-Wl,-multiply_defined
-Wl
,suppress])
;;
*mingw32* | *cygwin* | *wince* | *mingwce* | *pe*)
AC_CHECK_TOOL(WINDRES, windres, :)
...
...
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