diff options
| author | Tsukasa Sugiura <t.sugiura0204@gmail.com> | 2017-09-23 04:41:44 +0900 |
|---|---|---|
| committer | Tsukasa Sugiura <t.sugiura0204@gmail.com> | 2017-09-23 04:41:44 +0900 |
| commit | 3d90214259726d068af52df5dc8327d7d2140a53 (patch) | |
| tree | e8bb3d87464180d21852c968e72582b98d347e52 /ports/pcl/CONTROL | |
| parent | 7f43d10e5ba0f4c6d72f560486b399e93cba093f (diff) | |
| download | vcpkg-3d90214259726d068af52df5dc8327d7d2140a53.tar.gz vcpkg-3d90214259726d068af52df5dc8327d7d2140a53.zip | |
Enable pcap option
Enable pcap option.
You can retrieve data from PCAP file using
pcl::HDLGrabber/pcl::VLPGrabber.
Diffstat (limited to 'ports/pcl/CONTROL')
| -rw-r--r-- | ports/pcl/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/pcl/CONTROL b/ports/pcl/CONTROL index e9547c8cb..d8c38a363 100644 --- a/ports/pcl/CONTROL +++ b/ports/pcl/CONTROL @@ -1,4 +1,4 @@ Source: pcl -Version: 1.8.1-1 -Build-Depends: boost, eigen3, flann, qhull, vtk, openni2, qt5 +Version: 1.8.1-2 +Build-Depends: boost, eigen3, flann, qhull, vtk, openni2, qt5, winpcap Description: Point Cloud Library (PCL) is open source library for 2D/3D image and point cloud processing. |
