summaryrefslogtreecommitdiffstats
path: root/src/libdvdread.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-10-08 03:30:26 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-10-08 03:30:26 (GMT)
commit557804efbc292ef220a92e5cafe014d09028dc78 (patch)
treea070472d24cac8d6162e5645ba2a32cdb9c720fe /src/libdvdread.mk
parent2fa7aeae0012d5718802c6de9e3b6bd556e3d8ed (diff)
downloadmxe-557804efbc292ef220a92e5cafe014d09028dc78.zip
mxe-557804efbc292ef220a92e5cafe014d09028dc78.tar.gz
mxe-557804efbc292ef220a92e5cafe014d09028dc78.tar.bz2
libdvdread: cosmetics
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
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