xvimage: remove unused HAVE_XVIDEO define

This commit is contained in:
Tim-Philipp Müller 2019-12-08 00:52:17 +00:00 committed by GStreamer Merge Bot
parent 3921a94f28
commit 57913a58f6

View file

@ -13,7 +13,6 @@ if cc.has_argument ('-Wno-deprecated-declarations')
endif
xvideo_dep = dependency('xv', required : get_option('xvideo'))
core_conf.set('HAVE_XVIDEO', x11_dep.found() and xvideo_dep.found())
if xvideo_dep.found()
gstxvimage = library('gstxvimagesink',