board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / gstreamer / gst-dsp / gst-dsp.mk
blobdedffb9822e3685e435254abeda11a48ededd73d
1 ################################################################################
3 # gst-dsp
5 ################################################################################
7 GST_DSP_VERSION = v0.10.2
8 GST_DSP_SITE = $(call github,felipec,gst-dsp,$(GST_DSP_VERSION))
10 define GST_DSP_BUILD_CMDS
11 $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e
12 endef
14 define GST_DSP_INSTALL_TARGET_CMDS
15 $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e DESTDIR=$(TARGET_DIR) install
16 endef
18 GST_DSP_DEPENDENCIES = gstreamer tidsp-binaries host-pkgconf
20 $(eval $(generic-package))