[vlc-commits] configure.ac: fixed compilation on case-sensitive HFS+ installations

Felix Paul Kühne git at videolan.org
Thu Sep 13 02:10:17 CEST 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Sep 13 02:09:42 2012 +0200| [390f3cc8540c4e7e8250370cfc64c2e1c77021ca] | committer: Felix Paul Kühne

configure.ac: fixed compilation on case-sensitive HFS+ installations

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=390f3cc8540c4e7e8250370cfc64c2e1c77021ca
---

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 94fc591..28ed209 100644
--- a/configure.ac
+++ b/configure.ac
@@ -156,7 +156,7 @@ case "${host_os}" in
     OBJCFLAGS="${OBJCFLAGS} -D_INTL_REDIRECT_MACROS -std=gnu99 ${ARCH_flag}"
     LDFLAGS="${LDFLAGS} -Wl,-headerpad_max_install_names ${ARCH_flag}"
     VLC_ADD_LIBS([motion], [-Wl,-framework,IOKit,-framework,CoreFoundation])
-    VLC_ADD_LIBS([libvlc vlc],[-Wl,-undefined,dynamic_lookup,-framework,Appkit])
+    VLC_ADD_LIBS([libvlc vlc],[-Wl,-undefined,dynamic_lookup,-framework,AppKit])
     VLC_ADD_LIBS([avcodec access_avio swscale postproc i420_rgb_mmx x264 x26410b],[-Wl,-read_only_relocs,suppress])
     VLC_ADD_CFLAGS([motion],[-fconstant-cfstrings])
     VLC_ADD_LIBS([libvlccore],[-Wl,-framework,CoreFoundation])



More information about the vlc-commits mailing list