mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
9 lines
211 B
Makefile
9 lines
211 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
GSTREAMER_TOP := $(LOCAL_PATH)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
include $(GSTREAMER_TOP)/gst-inspect.mk
|
|
include $(GSTREAMER_TOP)/gst-launch.mk
|
|
include $(GSTREAMER_TOP)/gst-plugin-scanner.mk
|