Commit 4be01fd3 authored by Rafaël Carré's avatar Rafaël Carré

contrib: fix libdvdcss build on OSX

parent 82947e7f
binary package downloading/extraction (prebuilt contribs)
### Software that fails to build on MacOSX intel
### Missing software for MacOSX
SDL_image
Undefined symbols (missing OpenGL framework?)
dvdcss
Undefined symbols (missing CF framework?)
### Missing software for MacOSX (was present in extras/contrib)
SDL_image fails to build : Undefined symbols (missing OpenGL framework?)
=> we used r4444 of their SVN on OSX (only) for undocumented reasons
# These 3 are binary framework downloads : no source code is used
BGHUDAppKit
......
......@@ -14,6 +14,7 @@ $(TARBALLS)/libdvdcss-$(DVDCSS_VERSION).tar.bz2:
dvdcss: libdvdcss-$(DVDCSS_VERSION).tar.bz2 .sum-dvdcss
$(UNPACK)
$(APPLY) $(SRC)/dvdcss/no-tests.patch
$(MOVE)
.dvdcss: dvdcss
......
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