summaryrefslogtreecommitdiff
path: root/package/gstreamer/gst-dsp/gst-dsp.mk
blob: d9e202d269def7aa927ce9a0c83232a808c0b155 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
################################################################################
#
# gst-dsp
#
################################################################################

GST_DSP_VERSION = 0.10.2
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

GST_DSP_DEPENDENCIES = gstreamer tidsp-binaries host-pkgconf

$(eval $(generic-package))