[Bug 792111] x264enc: Compilation Error with Git x264

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Feb 28 10:48:29 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=792111

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
           Severity|blocker                     |critical

--- Comment #7 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
mit 83c38dc44622611c1f67dd26e4cb383c5aef90f6 (HEAD -> master)
Author: Tim-Philipp Müller <tim at centricular.com>
Date:   Wed Feb 28 10:07:13 2018 +0000

    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

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the gstreamer-bugs mailing list