Changes between Initial Version and Version 1 of Ticket #36966
- Timestamp:
- Nov 12, 2012, 6:16:52 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36966
-
Property
Status
changed from
new
toclosed
- Property Cc cal@… added
-
Property
Resolution
changed from
to
duplicate
-
Property
Status
changed from
-
Ticket #36966 – Description
initial v1 1 1 This error (and a couple of others) pop up while trying to compile mplayer2 2 2 3 {{{ 3 4 libmpcodecs/vf_lavc.c:79:34: error: no member named 'encode' in 'struct AVCodec'; did you mean 'encode2'? 4 5 if (lavc_venc_context.codec->encode == NULL) { 5 6 ^~~~~~ 6 7 encode2 8 }}}