Opened 11 years ago

Last modified 11 years ago

#41474 closed defect

ffmpeg-2.1.1 +nonfree libavcodec ituh263dec.c line 848 syntax error (typo) — at Version 1

Reported by: ednl (Ewoud Dronkert) Owned by: devans@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc: jeremyhu@…
Port: ffmpeg

Description (last modified by ryandesign (Ryan Carsten Schmidt))

"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){"

Change History (1)

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: jeremyhu@… added
Description: modified (diff)
Keywords: libavcodec nonfree removed
Owner: changed from macports-tickets@… to devans@…
Note: See TracTickets for help on using tickets.