[PlanetCCRMA] problem compiling mpeg4ip

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Fri Jul 23 18:35:00 2004


On Thu, 2004-07-22 at 23:15, jim ruxton wrote:
> 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.

Yes, Derek (Holzer) has requested that in the past (many times :-) I
seem to remember that the last time I tried to bild them, one of them,
can't remember which, required the lame libraries which I can't really
include in the repository. Argh...

-- Fernando

> 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