svn co http://svn.mythtv.org/svn/mythtv
svn co http://svn.mythtv.org/svn/mythplugins
svn co http://svn.mythtv.org/svn/myththemes
cd mythtv
./configure
make
make install
cd ../mythplugins
./configure
make
then i got the following errors
avfdecoder.cpp: In member function 'virtual bool avfDecoder::initialize()':
avfdecoder.cpp:149: error: cannot convert 'AVCodecContext' to 'AVCodecContext*' in assignment
avfdecoder.cpp:168: error: base operand of '->' has non-pointer type 'AVCodecContext'
avfdecoder.cpp:169: error: base operand of '->' has non-pointer type 'AVCodecContext'
avfdecoder.cpp:170: error: base operand of '->' has non-pointer type 'AVCodecContext'
avfdecoder.cpp:171: error: base operand of '->' has non-pointer type 'AVCodecContext'
avfdecoder.cpp:172: error: base operand of '->' has non-pointer type 'AVCodecContext'
make[1]: *** [avfdecoder.o] Error 1
After the changes from my last post/email it does compile. Is there some environment flag that needs to be set to get it working? Anyone else with FC4 64 bit having this problem with mythmusic?
On 11/30/05, Isaac Richards <[EMAIL PROTECTED]> wrote:
On Wednesday 30 November 2005 12:31 pm, Michael Webster wrote:
> I couldn't get mythmusic svn to compile.
> I'm using FC4_x86_64, with a Sempron 64bit processor
> and here are the changes that made it compile.
>
> Not sure if audio_dec should be copied by value, or what was being
> attempted there.
> This was just to make it work.
You don't have svn myth installed.
Isaac
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
