Skip to content

Commit 68fec32

Browse files
committed
ffmpeg: make configure work on ubuntu 19.04
1 parent ce626e6 commit 68fec32

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

ffmpeg/Makefile_params

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
LIBS := -lavdevice -lavfilter -lavformat -lavcodec -lpostproc -lswresample -lswscale -lavutil -lXv -lX11 -lXext -lxcb -lxcb-shm -lxcb -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lxcb-shape -lxcb -lX11 -ljack -lasound -lx264 -lm -llzma -lz -pthread
1+
LIBS := -lavdevice -lavfilter -lavformat -lavcodec -lpostproc -lswresample -lswscale -lavutil -lXv -lX11 -lXext -lxcb -lxcb-shm -lxcb -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lxcb-shape -lxcb -lX11 -lasound -lx264 -lm -llzma -lz -pthread

ffmpeg/configure

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
#!/usr/bin/env bash
22
sudo apt-get update
3-
sudo apt-get install
4-
libavbin-dev \
5-
libavcodec-dev \
6-
libavdevice-dev \
7-
libavfilter-dev \
8-
libavformat-dev \
9-
libavresample-dev \
3+
sudo apt-get install \
104
libavutil-dev \
115
libx264-dev \
126
libvpx-dev

0 commit comments

Comments
 (0)