Skip to content

Commit 78354b2

Browse files
authored
Added libavdevice to CI environment. (#265)
1 parent 2eccdcd commit 78354b2

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.github/workflows/OCV-PR-Linux.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
branch: ${{ fromJSON(needs.branch_eval.outputs.branches )}}
6262
include:
6363
- version: '24.04'
64-
image: '24.04:20250505'
64+
image: '24.04:20251010'
6565
jpegxl: true
6666
avif: true
6767
avx2: true
@@ -72,11 +72,11 @@ jobs:
7272
# jpegxl: true
7373
# avif: true
7474
- version: '22.04'
75-
image: '22.04:20230602'
75+
image: '22.04:20251010'
7676
avif: true
7777
plugins: true
7878
- version: '20.04'
79-
image: '20.04:20250505'
79+
image: '20.04:20251010'
8080
limited_api: true
8181

8282
defaults:

docker/ubuntu/Dockerfile-20

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version: 20250505
1+
# Version: 20251010
22
# Image name: quay.io/opencv-ci/opencv-ubuntu-20.04
33

44
FROM ubuntu:20.04
@@ -41,6 +41,7 @@ RUN \
4141
libavformat-dev \
4242
libswscale-dev \
4343
libavresample-dev \
44+
libavdevice-dev \
4445
ant \
4546
ant-optional \
4647
default-jdk \

docker/ubuntu/Dockerfile-22

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version: 20230602
1+
# Version: 20251010
22
# Image name: quay.io/opencv-ci/opencv-ubuntu-22.04
33

44
FROM ubuntu:22.04
@@ -35,6 +35,7 @@ RUN \
3535
libavcodec-dev \
3636
libavformat-dev \
3737
libswscale-dev \
38+
libavdevice-dev \
3839
ant \
3940
ant-optional \
4041
default-jdk \

docker/ubuntu/Dockerfile-24

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version: 20250805
1+
# Version: 20251010
22
# Image name: quay.io/opencv-ci/opencv-ubuntu-24.04
33

44
FROM ubuntu:24.04
@@ -47,6 +47,7 @@ RUN \
4747
libavcodec-dev \
4848
libavformat-dev \
4949
libswscale-dev \
50+
libavdevice-dev \
5051
libgstreamer1.0-dev \
5152
libgstreamer-plugins-base1.0-dev \
5253
gstreamer1.0-plugins-good \

0 commit comments

Comments
 (0)