Created
October 18, 2012 11:57
-
-
Save henry0312/3911367 to your computer and use it in GitHub Desktop.
Fix compiling libdvdnav
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/contrib/src/dvdnav/rules.mak b/contrib/src/dvdnav/rules.mak | |
--- a/contrib/src/dvdnav/rules.mak | |
+++ b/contrib/src/dvdnav/rules.mak | |
@@ -24,7 +24,7 @@ $(TARBALLS)/libdvdnav-git.tar.xz: | |
dvdnav: libdvdnav-$(LIBDVDNAV_VERSION).tar.xz .sum-dvdnav | |
$(UNPACK) | |
- $(APPLY) $(SRC)/dvdnav/dvdnav.patch | |
+ #$(APPLY) $(SRC)/dvdnav/dvdnav.patch | |
$(MOVE) | |
DEPS_dvdnav = dvdcss dvdread |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment