mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
meson: Install presets files
This commit is contained in:
parent
31e9641c4a
commit
8d045b4197
3 changed files with 4 additions and 0 deletions
|
@ -9,4 +9,5 @@ if amrnb_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
install_data(sources: 'GstAmrnbEnc.prs', install_dir: presetdir)
|
||||
endif
|
||||
|
|
|
@ -19,4 +19,6 @@ if x264_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
|
||||
install_data(sources: 'GstX264Enc.prs', install_dir: presetdir)
|
||||
endif
|
||||
|
|
|
@ -178,6 +178,7 @@ else
|
|||
endif
|
||||
endif
|
||||
|
||||
presetdir = join_paths(get_option('datadir'), 'gstreamer-' + api_version, 'presets')
|
||||
subdir('gst')
|
||||
subdir('ext')
|
||||
subdir('tests')
|
||||
|
|
Loading…
Reference in a new issue