diff options
Diffstat (limited to 'package/vlc/Makefile')
-rw-r--r-- | package/vlc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/vlc/Makefile b/package/vlc/Makefile index 0b1eba4a3..cab09241a 100644 --- a/package/vlc/Makefile +++ b/package/vlc/Makefile @@ -14,7 +14,7 @@ PKG_DEPENDS:= libffmpeg xcb-util libtheora libgcrypt PKG_URL:= http://www.videolan.org/vlc/ PKG_SITES:= http://download.videolan.org/pub/videolan/vlc/$(PKG_VERSION)/ -PKG_ARCH_DEPENDS:= !cris !m68k +PKG_ARCH_DEPENDS:= !m68k PKG_LIBC_DEPENDS:= eglibc glibc musl DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz |