net/gnomemeeting build fix

Hans Lambermont hans at lambermont.dyndns.org
Thu Feb 26 07:41:47 PST 2004


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.


More information about the freebsd-ports mailing list