Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_TIDSP_BINARIES
bool "tidsp-binaries"
depends on BR2_cortex_a8
help
TI OMAP3 DSP algorithms.
https://gforge.ti.com/gf/project/openmax/

View File

@@ -0,0 +1,16 @@
################################################################################
#
# tidsp-binaries
#
################################################################################
TIDSP_BINARIES_VERSION = 23.i3.8
TIDSP_BINARIES_SITE = http://gst-dsp.googlecode.com/files
TIDSP_BINARIES_LICENSE = TI Proprietary License
TIDSP_BINARIES_LICENSE_FILES = LICENSE
define TIDSP_BINARIES_INSTALL_TARGET_CMDS
$(MAKE) -C $(@D) -e DESTDIR=$(TARGET_DIR) install
endef
$(eval $(generic-package))