Add gst-dsp package
[Peter: add tidsp-binaries to _DEPENDENCIES] Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
3b35cb0722
commit
6854cb49f8
@ -7,6 +7,7 @@ source "package/multimedia/flac/Config.in"
|
||||
source "package/multimedia/ffmpeg/Config.in"
|
||||
source "package/multimedia/gstreamer/Config.in"
|
||||
source "package/multimedia/gst-ffmpeg/Config.in"
|
||||
source "package/multimedia/gst-dsp/Config.in"
|
||||
source "package/multimedia/gst-plugins-base/Config.in"
|
||||
source "package/multimedia/gst-plugins-good/Config.in"
|
||||
source "package/multimedia/gst-plugins-bad/Config.in"
|
||||
|
8
package/multimedia/gst-dsp/Config.in
Normal file
8
package/multimedia/gst-dsp/Config.in
Normal file
@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_GST_DSP
|
||||
bool "gst-dsp"
|
||||
depends on BR2_PACKAGE_GSTREAMER && BR2_cortex_a8
|
||||
select BR2_PACKAGE_TIDSP_BINARIES
|
||||
help
|
||||
GStreamer plug-in to access TI OMAP3 DSP algorithms.
|
||||
|
||||
http://code.google.com/p/gst-dsp/
|
19
package/multimedia/gst-dsp/gst-dsp.mk
Normal file
19
package/multimedia/gst-dsp/gst-dsp.mk
Normal file
@ -0,0 +1,19 @@
|
||||
GST_DSP_VERSION=0.8.0
|
||||
GST_DSP_SOURCE=gst-dsp-$(GST_DSP_VERSION).tar.gz
|
||||
GST_DSP_SITE=http://gst-dsp.googlecode.com/files/
|
||||
|
||||
define GST_DSP_BUILD_CMDS
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e
|
||||
endef
|
||||
|
||||
define GST_DSP_INSTALL_TARGET_CMDS
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e DESTDIR=$(TARGET_DIR) install
|
||||
endef
|
||||
|
||||
define GST_DSP_UNINSTALL_TARGET_CMDS
|
||||
$(RM) $(TARGET_DIR)/usr/lib/gstreamer-0.10/libgstdsp.so
|
||||
endef
|
||||
|
||||
GST_DSP_DEPENDENCIES = gstreamer tidsp-binaries
|
||||
|
||||
$(eval $(call GENTARGETS,package/multimedia,gst-dsp))
|
Loading…
Reference in New Issue
Block a user