diff options
-rw-r--r-- | gnu/packages/video.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index f02947a884..a84d8ac94f 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -737,6 +737,7 @@ touchscreen devices and the ability to apply filters to their input events.") `(#:test-target "test" #:make-flags (list + "CC=gcc -g -O2 -Wno-error=implicit-function-declaration" (string-append "A52DIR=" (assoc-ref %build-inputs "liba52")) (string-append "DST=" (assoc-ref %outputs "out") "/bin")) #:phases |