[MacPorts] #24225: mplayer-devel @27901_3 fails to build with x264 @20100224_0
#24225: mplayer-devel @27901_3 fails to build with x264 @20100224_0 ----------------------------------------+----------------------------------- Reporter: narrenschip1@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: ----------------------------------------+----------------------------------- b_bframe_pyramid has been renamed to i_bframe_pyramid in the latest x264.[[BR]] Files affected: '''libavcodec/libx264.c''' & '''libmpcodecs/ve_x264.c''' Compilation fix for ''''libavcodec/libx264.c'''': {{{ diff libavcodec/libx264.c libavcodec/libx264_old.c 190,191c190 < x4->params.b_bframe_pyramid = avctx->flags2 & CODEC_FLAG2_BPYRAMID; ---
// x4->params.b_bframe_pyramid = avctx->flags2 & CODEC_FLAG2_BPYRAMID; x4->params.i_bframe_pyramid = avctx->flags2 & CODEC_FLAG2_BPYRAMID; }}}
Compilation fix for ''''libmpcodecs/ve_x264.c'''': {{{ diff libmpcodecs/ve_x264.c libmpcodecs/ve_x264_old.c 210,211c210 < if (param.i_bframe > 1 && param.b_bframe_pyramid) ---
// if (param.i_bframe > 1 && param.b_bframe_pyramid) if (param.i_bframe > 1 && param.i_bframe_pyramid) }}}
This forces mplayer-devel to compile, but there are errors when trying to transcode video material to h264 using '''mencoder''' ('bus error'). -- Ticket URL: <http://trac.macports.org/ticket/24225> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24225: mplayer-devel @27901_3 fails to build with x264 @20100224_0 ----------------------------------------+----------------------------------- Reporter: narrenschip1@… | Owner: acho@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: mplayer-devel ----------------------------------------+----------------------------------- Changes (by macsforever2000@…): * owner: macports-tickets@… => acho@… * port: => mplayer-devel -- Ticket URL: <http://trac.macports.org/ticket/24225#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24225: mplayer-devel @27901_3 fails to build with x264 @20100224_0 ----------------------------------------+----------------------------------- Reporter: narrenschip1@… | Owner: acho@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: mplayer-devel ----------------------------------------+----------------------------------- Changes (by macsforever2000@…): * cc: ben-macports@… (added) Comment: Cc reporter of duplicate #24229. -- Ticket URL: <http://trac.macports.org/ticket/24225#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24225: mplayer-devel @27901_3 fails to build with x264 @20100224_0 ----------------------------------------+----------------------------------- Reporter: narrenschip1@… | Owner: acho@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: mplayer-devel ----------------------------------------+----------------------------------- Comment(by kurtjaeke@…): As a temporary workaround, compiling without the mencoder_extras variant works. -- Ticket URL: <http://trac.macports.org/ticket/24225#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24225: mplayer-devel @27901_3 fails to build with x264 @20100224_0 ----------------------------------------+----------------------------------- Reporter: narrenschip1@… | Owner: acho@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: mplayer-devel ----------------------------------------+----------------------------------- Comment(by macports@…): This also seems to be a problem for ffmpeg-devel (and i would suspect ffmpeg as well although i haven't checked) -- Ticket URL: <http://trac.macports.org/ticket/24225#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24225: mplayer-devel @27901_3 fails to build with x264 @20100224_0 ----------------------------------------+----------------------------------- Reporter: narrenschip1@… | Owner: acho@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: mplayer-devel ----------------------------------------+----------------------------------- Comment(by chicagozer@…): Cc me! -- Ticket URL: <http://trac.macports.org/ticket/24225#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24225: mplayer-devel @27901_3 fails to build with x264 @20100224_0 -----------------------------------------+---------------------------------- Reporter: narrenschip1@… | Owner: acho@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Resolution: worksforme | Keywords: Port: mplayer-devel | -----------------------------------------+---------------------------------- Changes (by raimue@…): * status: new => closed * resolution: => worksforme Comment: Works for me with ffmpeg @0.6_2, x264 @20100603_0 and mplayer-devel @31034. -- Ticket URL: <http://trac.macports.org/ticket/24225#comment:14> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts