[MPlayer-users] answering my previous post

Pierre Demartines demartines at gmail.com
Tue Oct 16 19:28:32 CEST 2007


(...which hasn't made it to my inbox --hence the lame unlinked follow-up)

I found a way around the issue I just reported (can't compile 24795 on FC6).

Since nm libavcodec/motion_est.o was showing:
         U ff_h263_round_chroma

yet it is defined as inline in libavcodec/mpegvideo.h
I tried:

cd libavcodec/
rm -f libavcodec.a motion_est.o
make motion_est.o

now nm motion_est.o
shows 000003b4 r h263_chroma_roundtab.8616
-- good.

so:
make
cd ..
make

-- everything seems fine now.
~Pierre



More information about the MPlayer-users mailing list