Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
73476da3
Commit
73476da3
authored
Jul 02, 2003
by
Sam Hocevar
Browse files
* configure.ac: pass -multiply_defined suppress to the linker under Darwin,
thanks to DJ.
parent
aaebbb43
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
73476da3
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.2
1
2003/07/0
1 19:1
7:
3
2 sam Exp $
dnl $Id: configure.ac,v 1.2
2
2003/07/0
2 22:4
7:
4
2 sam Exp $
AC_INIT(vlc,0.6.0)
...
...
@@ -91,6 +91,7 @@ case "${target_os}" in
CXXFLAGS_save="${CXXFLAGS_save} -no-cpp-precomp -D_INTL_REDIRECT_MACROS"; CXXFLAGS="${CXXFLAGS_save}"
OBJCFLAGS_save="${OBJCFLAGS_save} -no-cpp-precomp -D_INTL_REDIRECT_MACROS"; OBJCFLAGS="${OBJCFLAGS_save}"
AX_ADD_LDFLAGS([vlc ffmpeg],[-all_load])
AX_ADD_LDFLAGS([vlc],[-Wl,-multiply_defined,suppress])
LIBEXT=".dylib"
;;
*mingw32* | *cygwin*)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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