Changes between Initial Version and Version 1 of Ticket #36830


Ignore:
Timestamp:
Oct 30, 2012, 11:14:52 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36830

    • Property Keywords haspatch added
    • Property Owner changed from macports-tickets@… to sfiera@…
  • Ticket #36830 – Description

    initial v1  
    11After ffmpeg update, libdlna build fails. This can either be resolved by updating to libdlna 0.2.4 or by the attached patch.
    22
    3  The error is:
     3The error is:
    44
     5{{{
    56profiles.c:208:47: error: use of undeclared identifier 'CODEC_TYPE_AUDIO'
    67        ctx->streams[i]->codec->codec_type == CODEC_TYPE_AUDIO)
     
    2526     ^
    26273 warnings and 2 errors generated.
     28}}}