Temporarily disable libopencv due to upstream compile error
There is a know upstream ffmpeg compile error when enabling libopencv. It should compile opencv code in C++ mode but it is compiling in C mode. Disabling libopencv support while a fix is not provided either by upstream ffmpeg or by opencv repository package. References: ----------- http://trac.ffmpeg.org/ticket/7059 https://github.com/opencv/opencv/issues/10963 https://bugs.archlinux.org/task/57811
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
pkgbase = ffmpeg-full
|
||||
pkgdesc = Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)
|
||||
pkgver = 3.4.2
|
||||
pkgrel = 4
|
||||
pkgrel = 5
|
||||
url = http://www.ffmpeg.org/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
@@ -37,7 +37,6 @@ pkgbase = ffmpeg-full
|
||||
depends = libmodplug
|
||||
depends = lame
|
||||
depends = opencore-amr
|
||||
depends = opencv
|
||||
depends = openjpeg2
|
||||
depends = opus
|
||||
depends = pulseaudio
|
||||
|
||||
Reference in New Issue
Block a user