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