gstreamer/config/zynqultrascaleplus/Makefile.am
Guillaume Desmottes 2be1214cab add 'zynqultrascaleplus' as OMX target
Adding support for the 'Zynq UltraScale+' as a new OMX target.

See https://www.xilinx.com/products/silicon-devices/soc/zynq-ultrascale-mpsoc.html
for details about the platform.

https://bugzilla.gnome.org/show_bug.cgi?id=783097
2017-07-03 10:15:17 -04:00

7 lines
123 B
Makefile

EXTRA_DIST = gstomx.conf
if USE_OMX_TARGET_ZYNQ_USCALE_PLUS
configdir = $(sysconfdir)/xdg
config_DATA = gstomx.conf
endif