[FFmpeg-cvslog] r10141 - trunk/configure

Diego Biurrun diego
Mon Aug 20 10:26:54 CEST 2007


On Sat, Aug 18, 2007 at 10:18:29AM +0100, M?ns Rullg?rd wrote:
> diego <subversion at mplayerhq.hu> writes:
> 
> > Log:
> > small simplification
> >
> > --- trunk/configure	(original)
> > +++ trunk/configure	Sat Aug 18 10:57:38 2007
> > @@ -1285,7 +1285,6 @@ check_deps $ARCH_EXT_LIST
> >  test -z "$need_memalign" && need_memalign="$mmx"
> >
> >  #Darwin CC versions
> > -needmdynamicnopic="no"
> >  if test $targetos = darwin; then
> >      if test -n "`$cc -v 2>&1 | grep xlc`"; then
> >          add_cflags "-qpdf2 -qlanglvl=extc99 -qmaxmem=-1 -qarch=auto -qtune=auto"
> > @@ -1293,10 +1292,9 @@ if test $targetos = darwin; then
> >          add_cflags "-no-cpp-precomp -pipe"
> >          check_cflags "-force_cpusubtype_ALL"
> >          check_cflags "-Wno-sign-compare"
> > -        disabled shared && needmdynamicnopic="yes"
> > +        disabled shared && add_cflags -mdynamic-no-pic
> >      fi
> >  fi
> > -enabled needmdynamicnopic && add_cflags -mdynamic-no-pic
> 
> There was a reason this was done like that, but I forget what it was
> exactly.  It was something about other tests failing if that flag was
> added too soon.

AFAICS my change is semantically equivalent ...

Diego




More information about the ffmpeg-cvslog mailing list