gstreamer/ext/x264
Tim-Philipp Müller 83c38dc446 x264enc: fix build with newer x264 with support for multiple bit depths
libx264 used to be built for one specific bit depth, and if we
wanted to support multiple bit depths we would have to dynamically
load the right .so from different paths. That has changed now, and
libx264 can include support for multiple depths in the same lib,
so we don't need to do the dlopen() dance any more. We'll keep
the vtable stuff around until we can drop support for older x264.

gstx264enc.c:2927:36: error: ‘x264_bit_depth’ undeclared

https://bugzilla.gnome.org/show_bug.cgi?id=792111
2018-02-28 10:07:13 +00:00
..
gstx264enc.c x264enc: fix build with newer x264 with support for multiple bit depths 2018-02-28 10:07:13 +00:00
gstx264enc.h x264enc: add 'insert-vui' property for users to choose 2017-12-08 15:40:47 -05:00
GstX264Enc.prs x264enc: Add a youtube preset. 2017-01-03 08:15:43 -03:00
Makefile.am Remove plugin specific static build option 2017-05-16 14:07:56 -04:00
meson.build meson: Install presets files 2017-01-03 08:15:43 -03:00