mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
examples: overlaycomposition: Fix Meson build
This commit is contained in:
parent
088b4c0c52
commit
2e295da3a5
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
executable('overlaycomposition', 'overlaycomposition.c',
|
||||
dependencies: [video_dep, gst_dep, gio_dep, libm],
|
||||
c_args : gst_plugins_good_args,
|
||||
c_args : gst_plugins_base_args,
|
||||
include_directories : [configinc],
|
||||
install: false)
|
||||
|
|
Loading…
Reference in a new issue