Opened 11 years ago
Closed 11 years ago
#41474 closed defect (invalid)
ffmpeg-2.1.1 +nonfree libavcodec ituh263dec.c line 848 syntax error (typo)
Reported by: | ednl (Ewoud Dronkert) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | jeremyhu (Jeremy Huddleston Sequoia), cooljeanius (Eric Gallager), ryandesign (Ryan Carsten Schmidt) | |
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 (5)
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@… |
comment:2 Changed 11 years ago by cooljeanius (Eric Gallager)
Cc: | egall@… added |
---|
comment:3 follow-up: 4 Changed 11 years ago by ednl (Ewoud Dronkert)
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.
comment:4 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to 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.
comment:5 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Resolution: | → invalid |
Status: | new → closed |
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.
Cc Me!