package/bayer2rgb-neon: new package
authorEloi Bail <eloi.bail@savoirfairelinux.com>
Thu, 14 Mar 2019 15:34:34 +0000 (16:34 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 29 Mar 2019 20:05:33 +0000 (21:05 +0100)
commit28f68ce5d87616416347062cb0e46d3727cebced
treef00d2d6082dceaa35ad1d1a731b14d41fe692f9f
parentc296b7d5f5d053141661ba3eb0eb9c37de906041
package/bayer2rgb-neon: new package

bayer2rgb-neon[1] is a library which allows decoding raw camera bayer
to RGB using NEON hardware acceleration.

[1]: https://git.phytec.de/bayer2rgb-neon/

Signed-off-by: Eloi Bail <eloi.bail@savoirfairelinux.com>
[Thomas:
 - use "config" instead of "menuconfig"
 - use BR2_ARM_CPU_HAS_NEON instead of BR2_ARM_ENABLE_NEON
 - use BR2_INSTALL_LIBSTDCPP instead of BR2_TOOLCHAIN_BUILDROOT_CXX
 - add dependency on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9, because the code
   is using C++11
 - add missing Config.in comment
 - drop --prefix=/usr from CONF_OPTS, it is passed by the
   autotools-package infrastructure
 - simplify CFLAGS logic
 - move from "Applications" to "Libraries" in menuconfig
 - add missing .hash file
 - add entry in DEVELOPERS file]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/Config.in
package/bayer2rgb-neon/Config.in [new file with mode: 0644]
package/bayer2rgb-neon/bayer2rgb-neon.hash [new file with mode: 0644]
package/bayer2rgb-neon/bayer2rgb-neon.mk [new file with mode: 0644]