On Sat, 2008-11-01 at 12:07 +0000, Craig Butler wrote: > > ../../../../../../../local/include/libavcodec/avcodec.h:2353: warning: > > 'ImgReSampleContext' is deprecated (declared > > at ../../../../../../../local/include/libavcodec/avcodec.h:2347) > > ../../../../../../../local/include/libavcodec/avcodec.h:2363: warning: > > 'ImgReSampleContext' is deprecated (declared > > at ../../../../../../../local/include/libavcodec/avcodec.h:2347) > > audiooutputbase.cpp: In member function 'virtual void > > AudioOutputBase::Reconfigure(int, int, int, bool, void*)': > > audiooutputbase.cpp:360: error: 'codec_id_string' was not declared in > > this scope > > *** Error code 1 > > It seems to be referencing /usr/local/include/libavcodec/avcodec.h > instead of the one that is in mythtv/work/mythtv*/include. I have > copied that file temporarily into /usr/local/include/libavcodec and the > build has progressed a bit further.... in fact its still compiling as I > type this. > > Regards > > Craig B > > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Hi Again same problem with avformat..... I have instead temporarily deinstalled ffmpeg (I think that is where the conflict is) make clean make and make install all worked !! YAY Regards Craig B _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
