diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-12-18 17:27:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-12-18 17:27:43 +0100 |
commit | 517022211cab2644bac88865e29af726f1aafeaf (patch) | |
tree | d25531af4c6bcad044cadfd39f2892c059cd1ce1 /package/vlc/Makefile | |
parent | e2c3a79b3e8b7527d62889175b4b131c0a059e18 (diff) |
avr32 workarounds
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 163028ca2..25edd3edc 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:= ${MASTER_SITE_SOURCEFORGE:=vlc/1.1.11/} -PKG_ARCH_DEPENDS:= !cris +PKG_ARCH_DEPENDS:= !cris !avr32 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 |