CVS: main configure,1.286,1.287
Update of /cvsroot/mplayer/main In directory mplayer:/var/tmp.root/cvs-serv20141 Modified Files: configure Log Message: -rdynamic is only needed on bsd's (well... it was the case in C1) neither linux nor qnx need it and it doesn't help for static compilation too... Index: configure =================================================================== RCS file: /cvsroot/mplayer/main/configure,v retrieving revision 1.286 retrieving revision 1.287 diff -u -r1.286 -r1.287 --- configure 21 Nov 2001 21:09:03 -0000 1.286 +++ configure 22 Nov 2001 01:56:10 -0000 1.287 @@ -1093,15 +1093,11 @@ echores "$_dl" -echocheck "dynamic linking" +#echocheck "dynamic linking" +_ld_dl_dynamic='' +bsd && _ld_dl_dynamic='-rdynamic' # FIXME !! make this dynamic detection to work # also gcc flags are different, but ld flags aren't (-Bdynamic/-Bstatic/-Bsymbolic) -_ld_dl_dynamic='' -if qnx ; then - _ld_dl_dynamic='' -else - _ld_dl_dynamic='-rdynamic' -fi #cat > $TMPC << EOF #int main(void) { return 0; } #EOF @@ -1112,7 +1108,7 @@ #elif cc_check ; then # _ld_dl_dynamic='' #fi -echores "using $_ld_dl_dynamic" +#echores "using $_ld_dl_dynamic" echocheck "pthread" @@ -2363,7 +2359,6 @@ fi _ld_arch="${_ld_arch} $_ld_pthread $_ld_dl $_ld_dl_dynamic" -#bsd && _ld_arch="-rdynamic $_ld_arch" bsdos && _ld_arch="$_ld_arch -ldvd" _def_debug='#undef MP_DEBUG'
Hi,
Update of /cvsroot/mplayer/main In directory mplayer:/var/tmp.root/cvs-serv20141
Modified Files: configure Log Message: -rdynamic is only needed on bsd's (well... it was the case in C1) neither linux nor qnx need it and it doesn't help for static compilation too...
bad. it is needed for plugin (xanim codecs) support. should I reverse this patch? A'rpi / Astral & ESP-team -- mailto:arpi@thot.banki.hu http://esp-team.scene.hu
Hi,
Update of /cvsroot/mplayer/main In directory mplayer:/var/tmp.root/cvs-serv20141
Modified Files: configure Log Message: -rdynamic is only needed on bsd's (well... it was the case in C1) neither linux nor qnx need it and it doesn't help for static compilation too...
bad. it is needed for plugin (xanim codecs) support. OK
should I reverse this patch? No, I will fix that within the next few minutes. Is xanim the only things needing this flag ? So If I get it: bsd => enabled always
On Thu, Nov 22, 2001 at 03:52:08AM +0200, Arpi wrote: linux && xanim => enabled what's left => disabled ?
A'rpi / Astral & ESP-team
-- mailto:arpi@thot.banki.hu http://esp-team.scene.hu _______________________________________________ Mplayer-cvslog mailing list Mplayer-cvslog@mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/mplayer-cvslog
-- Best regards, pl
Hi,
Modified Files: configure Log Message: -rdynamic is only needed on bsd's (well... it was the case in C1) neither linux nor qnx need it and it doesn't help for static compilation too...
bad. it is needed for plugin (xanim codecs) support. OK
should I reverse this patch? No, I will fix that within the next few minutes. Is xanim the only things needing this flag ? all dlopen()'ed plugin need it. currently only xanim plugins are such.
So If I get it: bsd => enabled always linux && xanim => enabled imho: xanim => enabled it is not linux-only.
disable only if no xanim support enabled. A'rpi / Astral & ESP-team -- mailto:arpi@thot.banki.hu http://esp-team.scene.hu
participants (3)
-
Arpi -
pl -
pl