Ticket #16075: add_amr_nb.diff
File add_amr_nb.diff, 572 bytes (added by robert@…, 16 years ago) |
---|
-
Portfile
120 120 configure.args-append --enable-libxvid 121 121 } 122 122 123 variant amr_nb requires gpl description {enable amr_nb, audio codec} { 124 depends_lib-append port:amr_nb 125 configure.args-append --enable-libamr-nb 126 configure.args-append --enable-nonfree 127 } 128 123 129 # depends build until x264 port supports shared libraries 124 130 variant x264 requires gpl description {enable H.264 encoding via x264} { 125 131 depends_build-append port:x264