#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