[vlc-devel] [PATCH] configure: read_only_relocs is unnecessary on 64-bit OS X

Sean McGovern gseanmcg at gmail.com
Sun Aug 31 22:17:48 CEST 2014


---
Squelches an irritating linker warning
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 202ce20..b780242 100644
--- a/configure.ac
+++ b/configure.ac
@@ -175,7 +175,6 @@ 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([libvlc vlc],[-Wl,-undefined,dynamic_lookup,-framework,AppKit])
-    VLC_ADD_LIBS([avcodec access_avio swscale postproc i420_rgb_mmx x262 x264 x26410b],[-Wl,-read_only_relocs,suppress])
     VLC_ADD_LIBS([libvlccore],[-Wl,-framework,CoreFoundation,-framework,CoreServices])
 
     AC_EGREP_CPP(yes,
-- 
1.8.5.2 (Apple Git-48)




More information about the vlc-devel mailing list