Skip to content

Commit a6835cc

Browse files
committed
Add libavdevice-dev to install hooks
1 parent 0860275 commit a6835cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/.ci.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ function _install_gstreamer_hook(){
1111
sudo apt-get update
1212
sudo apt-get purge -y libunwind-14-dev
1313
sudo apt-get install -y libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
14-
sudo apt-get install -y libavcodec-dev libavutil-dev libavfilter-dev libswscale-dev libavformat-dev
14+
sudo apt-get install -y libavcodec-dev libavutil-dev libavfilter-dev libswscale-dev libavformat-dev libavdevice-dev
1515
}

0 commit comments

Comments
 (0)