Changes between Initial Version and Version 1 of Ticket #60947, comment 1
- Timestamp:
- Aug 2, 2020, 7:00:36 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60947, comment 1
initial v1 2 2 > We are going to need a new plan for this: 3 3 4 Would this be better?4 Would this approach be better? 5 5 6 6 {{{ 7 7 #!tcl 8 # Dav1d does not have a universal variant 8 9 if {![variant_isset universal]} { 10 depends_lib-append port:dav1d 9 11 configure.args-append --enable-libdav1d 10 12 }