Ticket #11583: MPlayer.patch
File MPlayer.patch, 686 bytes (added by ecronin (Eric Cronin), 18 years ago) |
---|
-
Portfile
153 153 configure.args-append --enable-xvid 154 154 } 155 155 156 ## Broken as of 10/25/06 (need newer x264 snapshot)157 #variant x264 {158 #depends_lib-append port:x264159 #configure.args-delete --disable-x264160 #configure.args-append --enable-x264161 #}156 ## Needs 20070316 snapshot of x264 or later 157 variant x264 { 158 depends_lib-append port:x264 159 configure.args-delete --disable-x264 160 configure.args-append --enable-x264 161 } 162 162 163 163 # binary_codecs replaced 'variant real' 164 164 variant real requires binary_codecs {}