Cosmetic changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = ffmpeg-full
|
pkgbase = ffmpeg-full
|
||||||
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)
|
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)
|
||||||
pkgver = 4.1.3
|
pkgver = 4.1.3
|
||||||
pkgrel = 5
|
pkgrel = 6
|
||||||
url = https://www.ffmpeg.org/
|
url = https://www.ffmpeg.org/
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
pkgname=ffmpeg-full
|
pkgname=ffmpeg-full
|
||||||
_srcname=ffmpeg
|
_srcname=ffmpeg
|
||||||
pkgver=4.1.3
|
pkgver=4.1.3
|
||||||
pkgrel=5
|
pkgrel=6
|
||||||
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)'
|
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='https://www.ffmpeg.org/'
|
url='https://www.ffmpeg.org/'
|
||||||
@@ -87,7 +87,7 @@ build() {
|
|||||||
if [ "$CARCH" = 'x86_64' ]
|
if [ "$CARCH" = 'x86_64' ]
|
||||||
then
|
then
|
||||||
local _libvmaf='--enable-libvmaf'
|
local _libvmaf='--enable-libvmaf'
|
||||||
local _cudanvcc='--enable-cuda-sdk'
|
local _cudasdk='--enable-cuda-sdk'
|
||||||
local _libmfx='--enable-libmfx'
|
local _libmfx='--enable-libmfx'
|
||||||
local _libnpp='--enable-libnpp'
|
local _libnpp='--enable-libnpp'
|
||||||
|
|
||||||
@@ -223,7 +223,7 @@ build() {
|
|||||||
--enable-xlib \
|
--enable-xlib \
|
||||||
--enable-zlib \
|
--enable-zlib \
|
||||||
\
|
\
|
||||||
$_cudanvcc \
|
$_cudasdk \
|
||||||
--enable-cuvid \
|
--enable-cuvid \
|
||||||
--enable-ffnvcodec \
|
--enable-ffnvcodec \
|
||||||
--enable-libdrm \
|
--enable-libdrm \
|
||||||
|
|||||||
Reference in New Issue
Block a user