[PlanetCCRMA] problem compiling mpeg4ip

jim ruxton cinetron@passport.ca
Thu Jul 22 23:14:01 2004


I'm trying to compile mpeg4ip for use with pidip and am getting a
hiccup. Does anyone know what might be causing this as seen below? I'm
using ffmpeg from the planet. It would be great if pdp and pidip would
be included in the planet. These are crazy to get up and running..
Jim
 g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../lib/mp4v2
-I../../lib/mp4av -I../../lib/msg_queue -I../../lib/rtp -I../../lib/sdp
-I../../lib/utils -I../../lib -I../../common/video/libmpeg32
-I../../player/lib -I../../player/src -I./h261 -Iyes/libavcodec
-DADD_XVID_ENCODER -DADD_LAME_ENCODER -DADD_FAAC_ENCODER -D_REENTRANT
-DNOCONTROLS -fexceptions -Wall -Werror -Wmissing-prototypes
-Wno-char-subscripts -Woverloaded-virtual -Wno-unknown-pragmas
-Wno-deprecated -Wformat=2 -g -O2 -DMPEG4IP -MT video_ffmpeg.lo -MD -MP
-MF .deps/video_ffmpeg.Tpo -c video_ffmpeg.cpp  -fPIC -DPIC -o
.libs/video_ffmpeg.o
video_ffmpeg.cpp: In member function `virtual bool
   CFfmpegVideoEncoder::Init(CLiveConfig*, bool)':
video_ffmpeg.cpp:91: error: 'struct AVCodecContext' has no member named
'
   aspect_ratio'
make[4]: *** [video_ffmpeg.lo] Error 1
make[4]: Leaving directory `/src/mpeg4ip-1.1/server/mp4live'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/src/mpeg4ip-1.1/server/mp4live'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/src/mpeg4ip-1.1/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/src/mpeg4ip-1.1'
make: *** [all] Error 2