summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/video.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 7c28b72a23..368a01941b 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2422,12 +2422,6 @@ input files is possible, including video files.")
(list #:configure-flags
#~(list (string-append "--cc=" #$(cc-for-target))
(string-append "--cxx=" #$(cxx-for-target))
- ;; Help the configure script correctly detect the
- ;; availability of freetype (see:
- ;; <https://github.com/gpac/gpac/issues/3307>).
- (format #f "--extra-cflags=-I~a"
- (search-input-directory %build-inputs
- "include/freetype2"))
"--verbose")
;; The test suite is a git submodule that must synchronize its data
;; from the network.