From 3962c0d948aa2ba5cc3820aea8cf685794a42e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Tue, 5 Apr 2016 13:06:43 +0000 Subject: 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 --- testing/vdr-plugin-dvbapi/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/vdr-plugin-dvbapi') 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" -- cgit v1.2.3