Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit e9f4cbe

Browse files
authored
Updated package.xml
Fixed build dependencies.
1 parent 632ffc0 commit e9f4cbe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

h264_encoder_core/package.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@
1010

1111
<license>LGPLv2.1</license>
1212

13-
1413
<buildtool_depend>cmake</buildtool_depend>
1514

1615
<build_depend>aws_common</build_depend>
17-
16+
<build_depend>ffmpeg</build_depend>
17+
1818
<build_export_depend>aws_common</build_export_depend>
1919

2020
<exec_depend>aws_common</exec_depend>
21-
21+
<exec_depend>ffmpeg</exec_depend>
22+
2223
<export>
2324
<build_type>cmake</build_type>
2425
</export>

0 commit comments

Comments
 (0)