Skip to content

Instantly share code, notes, and snippets.

@henry0312
Created October 18, 2012 11:57
Show Gist options
  • Save henry0312/3911367 to your computer and use it in GitHub Desktop.
Save henry0312/3911367 to your computer and use it in GitHub Desktop.
Fix compiling libdvdnav
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