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
f7081995
Commit
f7081995
authored
Jan 26, 2004
by
Eric Petit
Browse files
Compile fix (mp4 now needs -framework IOKit -framework CoreFoundation).
parent
a48dd14f
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
f7081995
dnl Autoconf settings for vlc
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.16
1
2004/01/26 1
8:30
:3
7
titer Exp $
dnl $Id: configure.ac,v 1.16
2
2004/01/26 1
9:51
:3
3
titer Exp $
AC_INIT(vlc,0.7.1-cvs)
AC_INIT(vlc,0.7.1-cvs)
...
@@ -118,6 +118,7 @@ case "${target_os}" in
...
@@ -118,6 +118,7 @@ case "${target_os}" in
CXXFLAGS_save="${CXXFLAGS_save} -no-cpp-precomp -D_INTL_REDIRECT_MACROS"; CXXFLAGS="${CXXFLAGS_save}"
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}"
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 ffmpeg],[-all_load])
AX_ADD_LDFLAGS([mp4], [-framework IOKit -framework CoreFoundation])
AX_ADD_LDFLAGS([vlc],[-Wl,-multiply_defined,suppress])
AX_ADD_LDFLAGS([vlc],[-Wl,-multiply_defined,suppress])
LIBEXT=".dylib"
LIBEXT=".dylib"
;;
;;
...
...
Write
Preview
Supports
Markdown
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