Opened 4 years ago

#60668 assigned defect

mythtv-core.27: error: use of undeclared identifier 'x264_bit_depth'

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: ctreleaven (Craig Treleaven)
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc:
Port: mythtv-core.27

Description

mythtv-core.27 fails to build:

libavcodec/libx264.c:162:9: error: use of undeclared identifier 'x264_bit_depth'
    if (x264_bit_depth > 8)
        ^
libavcodec/libx264.c:612:9: error: use of undeclared identifier 'x264_bit_depth'
    if (x264_bit_depth == 8)
        ^
libavcodec/libx264.c:614:14: error: use of undeclared identifier 'x264_bit_depth'
    else if (x264_bit_depth == 9)
             ^
libavcodec/libx264.c:616:14: error: use of undeclared identifier 'x264_bit_depth'
    else if (x264_bit_depth == 10)
             ^
4 errors generated.
make[2]: *** [libavcodec/libx264.o] Error 1

Change History (0)

Note: See TracTickets for help on using tickets.