summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-11-11 14:15:17 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-11-14 18:26:04 +0200
commit7bf576b238c0baec0051245d78ac5a1dfca32b92 (patch)
tree3d65460af78ff82199d927ca66c81c875952d753 /meson_options.txt
parentb96515449c2659f2b26b545cc7ddfe39ae55ee83 (diff)
x264enc: Add configure parameter to specify additional x264 libraries with e.g. different depth configuration
x264 has to be compiled specifically for a target bit depth. Distributions currently ship various libraries in their packages, with different bit depths. This change now allows to provide them all at configure time and have the x264enc element dynamically switch between them based on the bit depth of the input format. https://bugzilla.gnome.org/show_bug.cgi?id=763297
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 00000000..07db6618
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,2 @@
+option('x264_libraries', type : 'string', value : '', description : 'Colon separated list of additional x264 library paths, e.g. for 10-bit version')
+