[MPlayer-users] check for HAVE_ALLOCA_H not working?
    Raimund Steger 
    rs at mytum.de
       
    Sat May 21 13:18:45 CEST 2011
    
    
  
Hi,
could it be that current SVN has issues with the detection of alloca.h?
(1) In tremor/os.h, there is a check for HAVE_ALLOCA_H, but config.h, 
which defines it, is only included after that check in 
tremor/sharedbook.c and tremor/mapping0.c. (This seems different in 
tremor/codebook.c.)
(2) I also had to add
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
to loader/pe_image.c.
Not sure if I haven't missed something there though.
OS is Solaris 10.
-Raimund
    
    
More information about the MPlayer-users
mailing list