Ticket #11583: MPlayer.patch

File MPlayer.patch, 686 bytes (added by ecronin (Eric Cronin), 17 years ago)
  • Portfile

     
    153153    configure.args-append   --enable-xvid
    154154}
    155155
    156 ## Broken as of 10/25/06 (need newer x264 snapshot)
    157 #variant x264 {
    158 #    depends_lib-append      port:x264
    159 #    configure.args-delete   --disable-x264
    160 #    configure.args-append   --enable-x264
    161 #}
     156## Needs 20070316 snapshot of x264 or later
     157variant x264 {
     158    depends_lib-append      port:x264
     159    configure.args-delete   --disable-x264
     160    configure.args-append   --enable-x264
     161}
    162162
    163163# binary_codecs replaced 'variant real'
    164164variant real requires binary_codecs {}