[MacPorts] #41474: ffmpeg-2.1.1 +nonfree libavcodec ituh263dec.c line 848 syntax error (typo)
#41474: ffmpeg-2.1.1 +nonfree libavcodec ituh263dec.c line 848 syntax error (typo) --------------------------------+-------------------------------- Reporter: edr@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Keywords: libavcodec nonfree | Port: ffmpeg --------------------------------+-------------------------------- "port install ffmpeg +nonfree" does not build. Error is in file /ffmpeg/work/ffmpeg-2.1.1/libavcodec/ituh263dec.c Line 848 is "if(s,>obmc && !s->mb_intra){" but should be "if(s->obmc && !s->mb_intra){" -- Ticket URL: <https://trac.macports.org/ticket/41474> MacPorts <http://www.macports.org/> Ports system for OS X
#41474: ffmpeg-2.1.1 +nonfree libavcodec ituh263dec.c line 848 syntax error (typo) ---------------------+---------------------- Reporter: edr@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: ffmpeg | ---------------------+---------------------- Changes (by ryandesign@…): * cc: jeremyhu@… (added) * owner: macports-tickets@… => devans@… * keywords: libavcodec nonfree => Old description:
"port install ffmpeg +nonfree" does not build. Error is in file /ffmpeg/work/ffmpeg-2.1.1/libavcodec/ituh263dec.c Line 848 is "if(s,>obmc && !s->mb_intra){" but should be "if(s->obmc && !s->mb_intra){"
New description: "`port install ffmpeg +nonfree`" does not build. Error is in file /ffmpeg/work/ffmpeg-2.1.1/libavcodec/ituh263dec.c Line 848 is "`if(s,>obmc && !s->mb_intra){`" but should be "`if(s->obmc && !s->mb_intra){`" -- -- Ticket URL: <https://trac.macports.org/ticket/41474#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#41474: ffmpeg-2.1.1 +nonfree libavcodec ituh263dec.c line 848 syntax error (typo) ---------------------+---------------------- Reporter: edr@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: ffmpeg | ---------------------+---------------------- Comment (by edr@…): Version is 2.1.1 (latest release) as in the title and file location, not 2.2.1 as in the Version field. Perhaps I made that mistake when submitting the ticket, sorry. Don't think I can change that now, sorry again. -- Ticket URL: <https://trac.macports.org/ticket/41474#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#41474: ffmpeg-2.1.1 +nonfree libavcodec ituh263dec.c line 848 syntax error (typo) ---------------------+---------------------- Reporter: edr@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: ffmpeg | ---------------------+---------------------- Comment (by ryandesign@…): Replying to [comment:3 edr@…]:
Version is 2.1.1 (latest release) as in the title and file location, not 2.2.1 as in the Version field. Perhaps I made that mistake when submitting the ticket, sorry.
Nope; the Version field is for the version of MacPorts, not the version of the port. -- Ticket URL: <https://trac.macports.org/ticket/41474#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#41474: ffmpeg-2.1.1 +nonfree libavcodec ituh263dec.c line 848 syntax error (typo) ----------------------+---------------------- Reporter: edr@… | Owner: devans@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: invalid | Keywords: Port: ffmpeg | ----------------------+---------------------- Changes (by ryandesign@…): * status: new => closed * cc: ryandesign@… (added) * resolution: => invalid Comment: Line 848 of that file already reads "`if(s->obmc && !s->mb_intra){`". The change from "`-`" to "`,`" is a single-bit change; I'm going to blame this on a random bit error in your disk or memory. "sudo port clean ffmpeg" and try again and it shouldn't happen again. -- Ticket URL: <https://trac.macports.org/ticket/41474#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts