mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/ffmpeg: fix
This commit is contained in:
parent
10c4872e6a
commit
34e9dcccd4
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
pkgname=ffmpeg
|
||||
pkgver=7.0.2
|
||||
pkgrel=3
|
||||
pkgrel=3.1
|
||||
epoch=2
|
||||
pkgdesc='Complete solution to record, convert and stream audio and video'
|
||||
arch=(x86_64)
|
||||
|
@ -238,7 +238,7 @@ package() {
|
|||
libx265.so
|
||||
libxvidcore.so
|
||||
libzimg.so
|
||||
libazmq.so
|
||||
libzmq.so
|
||||
)
|
||||
|
||||
make DESTDIR="${pkgdir}" -C ffmpeg install install-man
|
||||
|
|
Loading…
Reference in a new issue