mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
meson: fix logic to set HAVE_THEORA
https://bugzilla.gnome.org/show_bug.cgi?id=780392
This commit is contained in:
parent
75d9ec634c
commit
8fd5d04fef
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ have_omx_theora = cc.has_header_symbol(
|
|||
prefix : extra_video_headers,
|
||||
args : gst_omx_args,
|
||||
required : false)
|
||||
if have_omx_vp8
|
||||
if have_omx_theora
|
||||
cdata.set('HAVE_THEORA', 1)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue