[MPlayer-cvslog] r27630 - trunk/configure
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat Sep 20 22:14:18 CEST 2008
On Tue, Sep 16, 2008 at 03:15:15PM +0200, diego wrote:
> Author: diego
> Date: Tue Sep 16 15:15:13 2008
> New Revision: 27630
>
> Log:
> Do not clobber _inc_extra variable when setting initial include flags.
> based on patch by Andrew Wason, rectalogic rectalogic com
>
>
> Modified:
> trunk/configure
>
> Modified: trunk/configure
> ==============================================================================
> --- trunk/configure (original)
> +++ trunk/configure Tue Sep 16 15:15:13 2008
> @@ -1354,7 +1354,7 @@ if test "$_runtime_cpudetection" = yes &
> fi
>
>
> -_inc_extra=-I.
> +_inc_extra="$_inc_extra -I."
I think that was a really stupid idea to add -I. at the end.
I had set extra includes to the libnemesi directory I had here and now
all MPlayer files ended up using the libnemesi config.h, of course
resulting in a giant mess that had me puzzled until I used strace.
More information about the MPlayer-cvslog
mailing list