diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-11-25 13:36:07 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-12-22 21:19:00 (GMT) |
commit | 01e2a64d00ebcdc2aa31332eb33f9776d6d62f99 (patch) | |
tree | 2f985aec8dd2437d1acffb1ed9f8ac3936997a39 /src/libdvdread.mk | |
parent | 3a26dafbd19b86d3f36a2e48e44d130accaa2634 (diff) | |
download | mxe-01e2a64d00ebcdc2aa31332eb33f9776d6d62f99.zip mxe-01e2a64d00ebcdc2aa31332eb33f9776d6d62f99.tar.gz mxe-01e2a64d00ebcdc2aa31332eb33f9776d6d62f99.tar.bz2 |
cross packages: replace dependency gcc with cc
Diffstat (limited to 'src/libdvdread.mk')
-rw-r--r-- | src/libdvdread.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libdvdread.mk b/src/libdvdread.mk index 4de9e1d..8be143e 100644 --- a/src/libdvdread.mk +++ b/src/libdvdread.mk @@ -14,7 +14,7 @@ $(PKG)_URL := https://download.videolan.org/pub/videolan/$(PKG)/$($(PKG)_VE # 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 +$(PKG)_DEPS := cc libdvdcss $(PKG)_UPDATE_GIT = $(call MXE_GET_GITHUB_SHA, mirror/libdvdread, master) |