Changes between Initial Version and Version 1 of Ticket #41474


Ignore:
Timestamp:
Nov 20, 2013, 7:24:22 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41474

    • Property Keywords libavcodec nonfree removed
    • Property Cc jeremyhu@… added
    • Property Owner changed from macports-tickets@… to devans@…
  • Ticket #41474 – Description

    initial v1  
    1 "port install ffmpeg +nonfree" does not build.
     1"`port install ffmpeg +nonfree`" does not build.
    22Error is in file /ffmpeg/work/ffmpeg-2.1.1/libavcodec/ituh263dec.c
    3 Line 848 is "if(s,>obmc && !s->mb_intra){" but should be "if(s->obmc && !s->mb_intra){"
     3Line 848 is "`if(s,>obmc && !s->mb_intra){`" but should be "`if(s->obmc && !s->mb_intra){`"