diff options
| author | Griffin Downs <grdowns@microsoft.com> | 2019-03-01 15:36:20 -0800 |
|---|---|---|
| committer | Griffin Downs <grdowns@microsoft.com> | 2019-03-01 15:36:20 -0800 |
| commit | 6cc00f90b50a7b93962f369b76b6b4279171ae7a (patch) | |
| tree | 01192def4d77dc27e54c23aebe985202b22d2ca9 | |
| parent | 3b509c54355fb5c51ab55661e50895d6de3588e8 (diff) | |
| download | vcpkg-6cc00f90b50a7b93962f369b76b6b4279171ae7a.tar.gz vcpkg-6cc00f90b50a7b93962f369b76b6b4279171ae7a.zip | |
Remove duplicate feature entries
| -rw-r--r-- | ports/ffmpeg/portfile.cmake | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ports/ffmpeg/portfile.cmake b/ports/ffmpeg/portfile.cmake index 07788c261..ac053003e 100644 --- a/ports/ffmpeg/portfile.cmake +++ b/ports/ffmpeg/portfile.cmake @@ -62,18 +62,6 @@ else() set(OPTIONS "${OPTIONS} --disable-ffmpeg") endif() -if("ffmpeg" IN_LIST FEATURES) - set(OPTIONS "${OPTIONS} --enable-ffmpeg") -else() - set(OPTIONS "${OPTIONS} --disable-ffmpeg") -endif() - -if("ffmpeg" IN_LIST FEATURES) - set(OPTIONS "${OPTIONS} --enable-ffmpeg") -else() - set(OPTIONS "${OPTIONS} --disable-ffmpeg") -endif() - if("ffplay" IN_LIST FEATURES) set(OPTIONS "${OPTIONS} --enable-ffplay") else() |
