[vlc-commits] dvdread/dvdnav: fix linking with correctly compiled libraries

Felix Paul Kühne git at videolan.org
Tue Feb 18 15:29:05 CET 2014


vlc/vlc-2.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Feb 18 15:29:01 2014 +0100| [3bde20b52de75861c3c200e4d55b93dad1d6a6b1] | committer: Felix Paul Kühne

dvdread/dvdnav: fix linking with correctly compiled libraries

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=3bde20b52de75861c3c200e4d55b93dad1d6a6b1
---

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

diff --git a/configure.ac b/configure.ac
index a9ab432..7f2f8e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -154,7 +154,7 @@ case "${host_os}" in
     CPPFLAGS="${CPPFLAGS} ${ARCH_flag}"
     OBJCFLAGS="${OBJCFLAGS} -D_INTL_REDIRECT_MACROS -std=gnu99 ${ARCH_flag}"
     LDFLAGS="${LDFLAGS} -Wl,-headerpad_max_install_names ${ARCH_flag}"
-    VLC_ADD_LIBS([motion rotate], [-Wl,-framework,IOKit,-framework,CoreFoundation])
+    VLC_ADD_LIBS([motion rotate dvdread dvdnav], [-Wl,-framework,IOKit,-framework,CoreFoundation])
     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 rotate],[-fconstant-cfstrings])



More information about the vlc-commits mailing list