mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
Revert "gnu: opencv: Fix build with new version of jasper."
This reverts commit 2759d4ca74
. The
substitution, it does nothing! (We already applied an upstream patch).
This commit is contained in:
parent
2759d4ca74
commit
58410eb402
1 changed files with 0 additions and 8 deletions
|
@ -358,14 +358,6 @@ (define-public opencv
|
|||
"--strip-components=1"
|
||||
"-C" "../opencv-contrib")))
|
||||
|
||||
(add-after 'unpack 'fix-jasper
|
||||
(lambda _
|
||||
;; See <https://github.com/opencv/opencv/pull/17983>.
|
||||
(substitute* "modules/imgcodecs/src/grfmt_jpeg2000.cpp"
|
||||
(("&jas_matrix_get")
|
||||
"jas_matrix_getref"))
|
||||
#t))
|
||||
|
||||
(add-after 'set-paths 'add-ilmbase-include-path
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
;; OpenEXR propagates ilmbase, but its include files do not appear
|
||||
|
|
Loading…
Reference in a new issue