[Lunar-commits] <moonbase-other> ffmpeg: A tweak of the BUILD so it can find openjpeg.h.

stumbles stumbles at lunar-linux.org
Mon Jan 7 09:09:38 CET 2013


commit 42418fafebafd7740198da96547733ac6119de65
Author: stumbles <stumbles at lunar-linux.org>
Date: Mon, 07 Jan 2013 00:09:38 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/42418fafebafd7740198da96547733ac6119de65

ffmpeg: A tweak of the BUILD so it can find openjpeg.h.
---
  video/ffmpeg/BUILD | +4/-0     
  1 file changed, 4 insertions(+)

--- a/video/ffmpeg/BUILD
+++ b/video/ffmpeg/BUILD
@@ -1,5 +1,9 @@
 (
 
+  if in_depends $MODULE openjpeg ; then
+    CFLAGS+=" -I/usr/include/openjpeg-1.5/"
+  fi &&
+
   # Fix compilation error:
   # https://trac.macports.org/ticket/25803
   sedit "s:texi2html -monolithic -number:texi2html -monolithic:" Makefile  &&




More information about the Lunar-commits mailing list