diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-16 22:24:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-16 22:24:25 +0100 |
commit | a4587e95473ec2f101a8de86eca52ac5f5db5580 (patch) | |
tree | 0502c488a2564ccf5f20cf6e4e8592eebb1098aa /package/mplayer/Makefile | |
parent | 3bf61c890bf85e8d148cb70fa8b9813502616f59 (diff) |
use target arch CFLAGS even for native builds
Diffstat (limited to 'package/mplayer/Makefile')
-rw-r--r-- | package/mplayer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mplayer/Makefile b/package/mplayer/Makefile index afb2e68d4..c57de3f42 100644 --- a/package/mplayer/Makefile +++ b/package/mplayer/Makefile @@ -17,7 +17,7 @@ PKG_BUILDDEP+= libX11 libXv libpng libXext PKG_URL:= http://www.mplayerhq.hu/ PKG_SITES:= http://openadk.org/distfiles/ -PKG_TARGET_DEPENDS:= alix x86 x86_64 mips mipsel mips64 mips64el +PKG_TARGET_DEPENDS:= alix x86 x86_64 mips mipsel mips64 mips64el native PKG_FLAVOURS:= WITH_DIRECTFB PKGFD_WITH_DIRECTFB:= enable DirectFB video output support |