summaryrefslogtreecommitdiffstats
path: root/src/libdvdread.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/libdvdread.mk')
-rw-r--r--src/libdvdread.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libdvdread.mk b/src/libdvdread.mk
index b112781..5f19bb7 100644
--- a/src/libdvdread.mk
+++ b/src/libdvdread.mk
@@ -7,9 +7,11 @@ $(PKG)_VERSION := 5.0.0
$(PKG)_CHECKSUM := f1fadbf19fd8d3a9a63ff610ec8ce9021ebc6947
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
+
# Later releases seem to be hosted on VideoLAN's server
# $(PKG)_URL := https://dvdnav.mplayerhq.hu/releases/$($(PKG)_FILE)
$(PKG)_URL := http://download.videolan.org/pub/videolan/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)
+
# libdvdread supports libdvdcss either by dynamic loading (dlfcn-win32) or
# directly linking to libdvdcss. We directly links to the library here.
$(PKG)_DEPS := gcc libdvdcss