omx: fix autotools build for generic target
authorTim-Philipp Müller <tim@centricular.com>
Tue, 9 Apr 2019 23:16:27 +0000 (00:16 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 9 Apr 2019 23:20:37 +0000 (00:20 +0100)
commit6ce69859c5e97195bb2864505cc5d4f84f3f6f70
tree4b7a2131953a3a591239998e0dd635bb366bad86
parent91356c9a7d3479d192047d1806c87ec1bf0a8778
omx: fix autotools build for generic target

gstomxvideoenc.c:2874:7: error: "USE_OMX_TARGET_ZYNQ_USCALE_PLUS" is not defined, evaluates to 0 [-Werror=undef]
 #elif USE_OMX_TARGET_ZYNQ_USCALE_PLUS

Works on meson because it doesn't use -Wundef
omx/gstomxvideoenc.c