Date: Thu, 26 Feb 2004 16:41:44 +0100 From: hans@lambermont.dyndns.org (Hans Lambermont) To: ports@FreeBSD.org Subject: net/gnomemeeting build fix Message-ID: <20040226154144.GA78131@moya.lambermont.dyndns.org>
next in thread | raw e-mail | index | archive | help
Portinstalling net/gnomemeeting (gnomemeeting-0.98.5_2) failed on a full up-to-date portstree on my (old) -current of 20031023. We might add #include <avcodec.h> #include <avformat.h> to ffmpeg's (ffmpeg-0.4.8_3) rtp.h , or do what I did and put it in gnomemeeting : src/rtp.cxx #include <avcodec.h> #include <avformat.h> #include "rtp.h" include/codecs.h #include </usr/local/include/ffmpeg/avcodec.h> #include </usr/local/include/ffmpeg/avformat.h> #include <rtp.h> src/mediafmt.cxx #include <avcodec.h> #include <avformat.h> #include "rtp.h" gnomemeeting now compiles and works OK. This is on 5.1-CURRENT of 20031023. Hans -- http://lambermont.webhop.org/ () ASCII-ribbon campaign against vCards, /\ HTML-mail and proprietary formats.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040226154144.GA78131>