eb7bd9ef61
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
21 lines
528 B
Makefile
21 lines
528 B
Makefile
################################################################################
|
|
#
|
|
# gst-omapfb
|
|
#
|
|
################################################################################
|
|
|
|
GST_OMAPFB_VERSION = 1.0
|
|
GST_OMAPFB_SITE = http://gst-dsp.googlecode.com/files/
|
|
|
|
define GST_OMAPFB_BUILD_CMDS
|
|
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e
|
|
endef
|
|
|
|
define GST_OMAPFB_INSTALL_TARGET_CMDS
|
|
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e DESTDIR=$(TARGET_DIR) install
|
|
endef
|
|
|
|
GST_OMAPFB_DEPENDENCIES = gstreamer
|
|
|
|
$(eval $(generic-package))
|