Skip to content

Commit e845f36

Browse files
committed
Compile ffmpeg with --enable-shared
1 parent 08feb0e commit e845f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/aiscm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
apt-get install -q -y nasm
3737
- name: Install ffmpeg-4.4.6
3838
run: |
39-
wget https://www.ffmpeg.org/releases/ffmpeg-4.4.6.tar.xz
39+
wget -q https://www.ffmpeg.org/releases/ffmpeg-4.4.6.tar.xz
4040
tar -xf ffmpeg-4.4.6.tar.xz
4141
cd ffmpeg-4.4.6
42-
./configure
42+
./configure --enable-shared
4343
make
4444
make install
4545
- name: Install libtensorflow-cpu-linux

0 commit comments

Comments
 (0)