diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2020-10-28 11:34:03 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-27 20:34:03 -0700 |
| commit | 27268c700a1913df1518fc8d96593eb0d5306d9c (patch) | |
| tree | cf766aca32e7dcf3556b74326596f1abe4dd359b /ports/libflac/CONTROL | |
| parent | 79e72302cdbbf8ca646879b13cd84ebd68707abf (diff) | |
| download | vcpkg-27268c700a1913df1518fc8d96593eb0d5306d9c.tar.gz vcpkg-27268c700a1913df1518fc8d96593eb0d5306d9c.zip | |
[libflac] Fix build error (#14230)
Diffstat (limited to 'ports/libflac/CONTROL')
| -rw-r--r-- | ports/libflac/CONTROL | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ports/libflac/CONTROL b/ports/libflac/CONTROL index 696e9fffb..529ea161a 100644 --- a/ports/libflac/CONTROL +++ b/ports/libflac/CONTROL @@ -1,6 +1,9 @@ Source: libflac Version: 1.3.3 -Port-Version: 3 +Port-Version: 4 Homepage: https://xiph.org/flac/ Description: Library for manipulating FLAC files Build-Depends: libogg + +Feature: asm +Description: Use any assembly optimization routines |
