mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
10 lines
211 B
Makefile
10 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
|