Changes between Initial Version and Version 1 of Ticket #36966


Ignore:
Timestamp:
Nov 12, 2012, 6:16:52 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Duplicate of #36793.

Remember to use WikiFormatting when writing in Trac.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36966

    • Property Status changed from new to closed
    • Property Cc cal@… added
    • Property Resolution changed from to duplicate
  • Ticket #36966 – Description

    initial v1  
    11This error (and a couple of others) pop up while trying to compile mplayer2
    22
     3{{{
    34libmpcodecs/vf_lavc.c:79:34: error: no member named 'encode' in 'struct AVCodec'; did you mean 'encode2'?
    45    if (lavc_venc_context.codec->encode == NULL) {
    56                                 ^~~~~~
    67                                 encode2
     8}}}