summaryrefslogtreecommitdiff
path: root/gstreamer_ti/ti_build/ticodecplugin/Makefile.external
diff options
context:
space:
mode:
Diffstat (limited to 'gstreamer_ti/ti_build/ticodecplugin/Makefile.external')
-rw-r--r--gstreamer_ti/ti_build/ticodecplugin/Makefile.external7
1 files changed, 6 insertions, 1 deletions
diff --git a/gstreamer_ti/ti_build/ticodecplugin/Makefile.external b/gstreamer_ti/ti_build/ticodecplugin/Makefile.external
index b75e056..768fefc 100644
--- a/gstreamer_ti/ti_build/ticodecplugin/Makefile.external
+++ b/gstreamer_ti/ti_build/ticodecplugin/Makefile.external
@@ -78,6 +78,7 @@ ifeq ($(GST_TI_PLATFORM), dm365)
export MVTOOL_DIR = $(CSTOOL_DIR)
export PLATFORM_XDC = ${XDC_PLATFORM}
export CROSS_COMPILE = ${CSTOOL_PREFIX}
+ export ENABLE_TIDISPLAYSINK2 = "--enable-tidisplaysink2"
endif
ifeq ($(GST_TI_PLATFORM), dm368)
@@ -87,6 +88,7 @@ ifeq ($(GST_TI_PLATFORM), dm368)
export MVTOOL_DIR = $(CSTOOL_DIR)
export PLATFORM_XDC = ${XDC_PLATFORM}
export CROSS_COMPILE = ${CSTOOL_PREFIX}
+ export ENABLE_TIDISPLAYSINK2 = "--enable-tidisplaysink2"
endif
ifeq ($(GST_TI_PLATFORM), omapl138)
@@ -100,6 +102,7 @@ ifeq ($(GST_TI_PLATFORM), omapl138)
export C6ACCEL_INSTALL_DIR
export C6ACCEL_PLATFORM = $(GST_TI_PLATFORM)
export ENABLE_C6ACCEL ="--enable-c6accel"
+ export ENABLE_TIDISPLAYSINK2 = "--enable-tidisplaysink2"
endif
ifeq ($(GST_TI_PLATFORM), omap3530)
@@ -113,6 +116,7 @@ ifeq ($(GST_TI_PLATFORM), omap3530)
export C6ACCEL_INSTALL_DIR
export C6ACCEL_PLATFORM = $(GST_TI_PLATFORM)
export ENABLE_C6ACCEL ="--enable-c6accel"
+ export ENABLE_TIDISPLAYSINK2 = "--enable-tidisplaysink2"
endif
ifeq ($(GST_TI_PLATFORM), dm3730)
@@ -126,6 +130,7 @@ ifeq ($(GST_TI_PLATFORM), dm3730)
export C6ACCEL_INSTALL_DIR
export C6ACCEL_PLATFORM = omap3530
export ENABLE_C6ACCEL ="--enable-c6accel"
+ export ENABLE_TIDISPLAYSINK2 = "--enable-tidisplaysink2"
endif
CPPFLAGS=-DPlatform_$(GST_TI_PLATFORM)
@@ -135,7 +140,7 @@ configure:
./autogen.sh --noconfigure
Makefile: configure
- ./configure CPPFLAGS="$(CPPFLAGS)" --host=$(HOST) $(ENABLE_C6ACCEL)
+ ./configure CPPFLAGS="$(CPPFLAGS)" --host=$(HOST) $(ENABLE_C6ACCEL) $(ENABLE_TIDISPLAYSINK2)
omap3530: Makefile
$(MAKE) -f Makefile