forked from ros-misc-utilities/ffmpeg_encoder_decoder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
34 lines (27 loc) · 1.04 KB
/
package.xml
File metadata and controls
34 lines (27 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0"?>
<package format="3">
<name>ffmpeg_encoder_decoder</name>
<version>1.0.0</version>
<description>ROS2 convenience wrapper around ffmpeg for encoding/decoding</description>
<maintainer email="bernd.pfrommer@gmail.com">Bernd Pfrommer</maintainer>
<license>Apache2</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_ros</buildtool_depend>
<buildtool_depend>pkg-config</buildtool_depend>
<buildtool_depend>ros_environment</buildtool_depend>
<depend>cv_bridge</depend>
<depend>ffmpeg</depend>
<depend>libavdevice-dev</depend>
<depend>libopencv-imgproc-dev</depend>
<depend>rclcpp</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<test_depend>ffmpeg_image_transport_msgs</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_cmake_clang_format</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>