[MPlayer-users] Re: Compile-error, h264.c

Giacomo Comes comes at naic.edu
Sat Dec 2 02:17:13 CET 2006


On Fri, Dec 01, 2006 at 01:45:47PM -0800, Andreas wrote:
> Guillaume POIRIER wrote:
> 
> > CFLAGS+=-fomit-frame-pointer
> 
> I guess I need some hand-holding here :(
> Where and how am I supposed to add that option?
> 
> So far I tried:
> ----------------------------
> CFLAGS+=-fomit-frame-pointer \
> ./configure --enable-debug
> ----------------------------
> 
> and
> 
> -----------------------------
> CFLAGS+=-fomit-frame-pointer \
> make
> -----------------------------
> 
> both ways I had no luck.

You have to modify CFLAGS in libavcodec/Makefile.
Run this command before running make:
sed -i '/^CFLAGS/s/$/ -fomit-frame-pointer/' libavcodec/Makefile

Giacomo



More information about the MPlayer-users mailing list