x264enc: Add configure parameter to specify additional x264 libraries with e.g. diffe...
authorSebastian Dröge <sebastian@centricular.com>
Fri, 11 Nov 2016 12:15:17 +0000 (14:15 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 14 Nov 2016 16:26:04 +0000 (18:26 +0200)
commit7bf576b238c0baec0051245d78ac5a1dfca32b92
tree3d65460af78ff82199d927ca66c81c875952d753
parentb96515449c2659f2b26b545cc7ddfe39ae55ee83
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
configure.ac
ext/x264/Makefile.am
ext/x264/gstx264enc.c
ext/x264/gstx264enc.h
ext/x264/meson.build
meson_options.txt [new file with mode: 0644]