diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-04-05 13:06:43 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-04-05 13:06:43 +0000 |
commit | 3962c0d948aa2ba5cc3820aea8cf685794a42e5b (patch) | |
tree | 5cfa06b4298447465c535d6162ca7d330d9c9a6b | |
parent | 6f70e4abaa5d2663a612c921fc5d0fbc7dc2bee0 (diff) | |
download | aports-3962c0d948aa2ba5cc3820aea8cf685794a42e5b.tar.bz2 aports-3962c0d948aa2ba5cc3820aea8cf685794a42e5b.tar.xz |
testing/vdr-plugin-dvbapi: does not build on arm
g++ -Os -fomit-frame-pointer -pipe -fPIC -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,--as-needed -fexpensive-optimizations -funroll-loops -mmmx -msse -msse2 -msse3 -DPARALLEL_MODE=PARALLEL_128_SSE2 -c FFdecsa.c
g++: error: unrecognized command line option '-mmmx'
g++: error: unrecognized command line option '-msse'
g++: error: unrecognized command line option '-msse2'
g++: error: unrecognized command line option '-msse3'
probably just matter of getting CFLAGS correctly in makefile
-rw-r--r-- | testing/vdr-plugin-dvbapi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/vdr-plugin-dvbapi/APKBUILD b/testing/vdr-plugin-dvbapi/APKBUILD index d4acb1fe9d..7376bdd31e 100644 --- a/testing/vdr-plugin-dvbapi/APKBUILD +++ b/testing/vdr-plugin-dvbapi/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.1.0 pkgrel=0 pkgdesc="VDR dvbapi plugin for use with OSCam" url="https://github.com/manio/vdr-plugin-dvbapi" -arch="all" +arch="x86_64 x86" license="GPL" depends="" depends_dev="vdr-dev" |