diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-24 15:00:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-24 15:00:47 +0200 |
commit | 6d0c553d2a2442c560bb2405ad668957cad497fb (patch) | |
tree | 1cb875eede9aa297c484cc510833e942dcc6afb0 /package/vlc | |
parent | 1d6cd4132fa0863213e0aef9a3e6702796776078 (diff) | |
parent | 85179429f7741b17974bc3a2c1b608f6a6dbd167 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/vlc')
-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 d9fbbefa5..27d98e0fa 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 !avr32 +PKG_ARCH_DEPENDS:= !cris !avr32 !m68k DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz |