mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
6 lines
195 B
Meson
6 lines
195 B
Meson
infile = 'gstomx.conf.in'
|
|
outfile = 'gstomx.conf'
|
|
configure_file(input : infile,
|
|
output : outfile,
|
|
configuration : cdata,
|
|
install_dir : omx_conf_dir)
|