Skip to content

Commit

Permalink
xvimage: remove unused HAVE_XVIDEO define
Browse files Browse the repository at this point in the history
  • Loading branch information
tp-m authored and GStreamer Merge Bot committed Dec 9, 2019
1 parent 3921a94 commit 57913a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sys/xvimage/meson.build
Expand Up @@ -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',
Expand Down

0 comments on commit 57913a5

Please sign in to comment.