[vlc-devel] commit: configure: fix linking of libvlc on Mac OS X. (Derk-Jan Hartman )
git version control
git at videolan.org
Sun Apr 26 19:26:32 CEST 2009
vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Sun Apr 26 19:24:44 2009 +0200| [bf171654d65e38de10abdd2f6fca12c9382a681a] | committer: Derk-Jan Hartman
configure: fix linking of libvlc on Mac OS X.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bf171654d65e38de10abdd2f6fca12c9382a681a
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 2393011..9de8781 100644
--- a/configure.ac
+++ b/configure.ac
@@ -212,7 +212,7 @@ case "${host_os}" in
VLC_ADD_LDFLAGS([mp4], [-Wl,-framework,IOKit,-framework,CoreFoundation])
VLC_ADD_LDFLAGS([mkv mp4], [-Wl,-framework,IOKit,-framework,CoreFoundation])
VLC_ADD_LDFLAGS([vlc],[-Wl,-undefined,dynamic_lookup])
- VLC_ADD_LDFLAGS([libvlc],[-Wl,dynamic_lookup])
+ VLC_ADD_LDFLAGS([libvlc],[-Wl,-undefined,dynamic_lookup])
VLC_ADD_LDFLAGS([avcodec avformat swscale postproc i420_rgb_mmx x264],[-Wl,-read_only_relocs,suppress])
VLC_ADD_CFLAGS([motion],[-fconstant-cfstrings])
VLC_ADD_LDFLAGS([libvlccore],[-Wl,-framework,CoreFoundation])
More information about the vlc-devel
mailing list