Ticket #12203: mplayer.patch

File mplayer.patch, 367 bytes (added by simon@…, 17 years ago)

Added patch for mplayer Portfile like suggested by the creator of this ticket.

  • Portfile

     
    281281    configure.args-delete   --disable-libdts
    282282}
    283283
     284variant live \
     285    description {Enable live555 streaming media input} {
     286    depends_lib-append      port:live555
     287    configure.args-delete   --disable-live
     288}
     289
    284290##### Outputs
    285291
    286292variant sdl \