Commit 192a7de8 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Fix the dvdread library linking in the libdvdnav dylib by hand. fixes #515

parent fed15a85
...@@ -952,6 +952,7 @@ DISTCLEAN_PKG += libdvdcss-$(LIBDVDCSS_VERSION).tar.gz ...@@ -952,6 +952,7 @@ DISTCLEAN_PKG += libdvdcss-$(LIBDVDCSS_VERSION).tar.gz
# *************************************************************************** # ***************************************************************************
.dvdread: .dvdnav .dvdread: .dvdnav
$(INSTALL_NAME) $(INSTALL_NAME)
(install_name_tool -change $(PREFIX)/lib/libdvdread.0.dylib @executable_path/lib/vlc_libdvdread.dylib $(PREFIX)/vlc-lib/libdvdnav.dylib)
touch $@ touch $@
CLEAN_FILE += .dvdread CLEAN_FILE += .dvdread
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment