OpenELEC Testbuilds for RaspberryPi Part 2
Nope, still no luck.

Code:
DVDDemuxFFmpeg.cpp: In member function 'void CDVDDemuxFFmpeg::GetStreamInfo(AVPacket*)':
DVDDemuxFFmpeg.cpp:1532:11: error: expected primary-expression before 'const'
DVDDemuxFFmpeg.cpp:1532:11: error: expected ';' before 'const'
DVDDemuxFFmpeg.cpp:1534:11: error: 'codec' was not declared in this scope
make[2]: *** [DVDDemuxFFmpeg.o] Error 1
make[2]: *** Waiting for unfinished jobs....

These are the relevant lines from DVDDemuxFFmpeg.cpp:
Code:
1530:        if (st->codec->codec_type == AVMEDIA_TYPE_VIDEO)
1531:        {
1532:          const (AVCodec*) codec;
1533:          AVDictionary *thread_opt = NULL;
1534:          codec = st->codec->codec ? st->codec->codec : m_dllAvCodec.avcodec_find_decoder(st->codec->codec_id);

I had to change (AVCodec*) in two patches, as it is added in the first then updated in the second, and maybe something went wrong there, but for now I'll just leave these ffmpeg patches out.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.


Messages In This Thread
AW: RE: - by DieterLumpen - 2013-07-29, 20:50
include guires switch? - by hpbaxxter - 2013-08-01, 21:46
RE: dual audio?? - by pootler - 2013-08-03, 17:13
Help, watch 3D Film on Non 3D TV - by unix72 - 2013-08-09, 12:39
Remote Controllers - by tfft - 2013-08-14, 09:11
rbej repeatable crash - by RichG - 2013-08-19, 12:43
New Tester - by theneverstill - 2013-10-03, 17:16
RE: OpenELEC Testbuilds for RaspberryPi Part 2 - by Milhouse - 2013-11-14, 00:58
[split] missing subtitle stream - by Jönke - 2014-01-08, 21:03
3D Support - by michbeck100 - 2014-01-11, 01:01
No sound on Gotham builds - by URBANsUNITED - 2014-01-13, 15:19
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi Part 223