mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
xvimage: remove unused HAVE_XVIDEO define
This commit is contained in:
parent
3921a94f28
commit
57913a58f6
1 changed files with 0 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue