mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
2be1214cab
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
6 lines
123 B
Makefile
6 lines
123 B
Makefile
EXTRA_DIST = gstomx.conf
|
|
|
|
if USE_OMX_TARGET_ZYNQ_USCALE_PLUS
|
|
configdir = $(sysconfdir)/xdg
|
|
config_DATA = gstomx.conf
|
|
endif
|