gstreamer/ext
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
..
a52dec a52dec: Fix out buffer memory leak in error code path 2017-09-26 11:13:33 +03:00
amrnb amrnbdec: Don't use g_return_*_if_fail() on data parsing 2018-01-03 16:04:26 +01:00
amrwbdec amrwbdec: Don't use g_return_*_if_fail() on data parsing 2018-01-03 16:02:08 +01:00
cdio cdio: Fix build with cdio >= 1.0 2017-12-06 13:01:39 +02:00
dvdread dvdreadsrc: Fix string memory leak 2017-07-25 11:23:38 +03:00
mpeg2dec mpeg2dec: Fix buffer memory leak in error code path 2017-09-18 09:26:21 +01:00
sidplay meson: use -fno-strict-aliasing where supported 2018-01-30 20:34:54 +00:00
x264 x264enc: fix build with newer x264 with support for multiple bit depths 2018-02-28 10:07:13 +00:00
Makefile.am Remove twolame plugin, moved to -good 2017-08-26 09:35:20 +01:00
meson.build Remove twolame plugin, moved to -good 2017-08-26 09:35:20 +01:00