Skip to content

Commit

Permalink
build(deps): remove libavdevice (#2380)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Apr 8, 2024
1 parent 1a48244 commit 116e592
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion docker/clion-toolchain.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ apt-get install -y --no-install-recommends \
git \
graphviz \
libayatana-appindicator3-dev \
libavdevice-dev \
libboost-filesystem-dev=1.74.* \
libboost-locale-dev=1.74.* \
libboost-log-dev=1.74.* \
Expand Down
1 change: 0 additions & 1 deletion docker/debian-bookworm.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ apt-get install -y --no-install-recommends \
doxygen \
git \
graphviz \
libavdevice-dev \
libayatana-appindicator3-dev \
libboost-filesystem-dev=1.74.* \
libboost-locale-dev=1.74.* \
Expand Down
1 change: 0 additions & 1 deletion docker/debian-bullseye.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ apt-get install -y --no-install-recommends \
doxygen \
git \
graphviz \
libavdevice-dev \
libayatana-appindicator3-dev \
libboost-filesystem-dev=1.74.* \
libboost-locale-dev=1.74.* \
Expand Down
1 change: 0 additions & 1 deletion docker/ubuntu-22.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ apt-get install -y --no-install-recommends \
doxygen \
git \
graphviz \
libavdevice-dev \
libayatana-appindicator3-dev \
libboost-filesystem-dev=1.74.* \
libboost-locale-dev=1.74.* \
Expand Down
3 changes: 0 additions & 3 deletions docs/source/building/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Install Requirements
sudo apt update && sudo apt install \
build-essential \
cmake \
libavdevice-dev \
libayatana-appindicator3-dev \
libboost-filesystem-dev \
libboost-locale-dev \
Expand Down Expand Up @@ -98,7 +97,6 @@ Install Requirements
build-essential \
cmake \
libappindicator3-dev \
libavdevice-dev \
libboost-filesystem-dev \
libboost-locale-dev \
libboost-log-dev \
Expand Down Expand Up @@ -140,7 +138,6 @@ Install Requirements
gcc-11 \
g++-11 \
libappindicator3-dev \
libavdevice-dev \
libboost-filesystem-dev \
libboost-locale-dev \
libboost-log-dev \
Expand Down

0 comments on commit 116e592

Please sign in to comment.