[MPlayer-dev-eng] [PATCH] configure --with-extraincdir ignored

Andrew Wason rectalogic at rectalogic.com
Mon Sep 15 22:49:02 CEST 2008


It looks like r27617 causes configure --with-extraincdir option to be ignored.
This should fix it.


Index: configure
===================================================================
--- configure   (revision 27622)
+++ configure   (working copy)
@@ -1354,7 +1354,7 @@
 fi
 
 
-_inc_extra=-I.
+_inc_extra="-I. $_inc_extra"
 _timer=timer-linux.c
 _getch=getch2.c
 if freebsd ; then




More information about the MPlayer-dev-eng mailing list