mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: libmp4v2: Build with '-std=c++03'.
* gnu/packages/video.scm (libmp4v2)[arguments]: Add #:configure-flags.
This commit is contained in:
parent
27ceda472a
commit
b2bfedcdb3
1 changed files with 4 additions and 1 deletions
|
@ -3977,7 +3977,10 @@ post-processing of video formats like MPEG2, H.264/AVC, and VC-1.")
|
|||
(outputs '("out"
|
||||
"static")) ; 3.7MiB .a file
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(;; Build as C++2003 to avoid C++11 "narrowing conversion" errors.
|
||||
#:configure-flags '("CXXFLAGS=-O2 -g -std=c++03")
|
||||
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'remove-dates
|
||||
(lambda _
|
||||
|
|
Loading…
Add table
Reference in a new issue