[mythtv-users] Mythtv frontend on PPC

Jean-Yves Avenard jyavenard at gmail.com
Sat Oct 12 06:26:44 UTC 2013


On 12 October 2013 16:53, OM Ugarcina <mo.ucina at gmail.com> wrote:
> Thanks for that , worked great . Now I am up to this one :

> avformatwriter.cpp
> avformatwriter.cpp:30:22: error: byteswap.h: No such file or directory
> avformatwriter.cpp: In function ‘void bswap_16_buf(short int*, int, int)’:
> avformatwriter.cpp:329: error: ‘bswap_16’ was not declared in this scope
> make[2]: *** [avformatwriter.o] Error 1
> make[1]: *** [sub-libmythtv-make_default] Error 2
>
> make: *** [libs] Error 2

replace #include <byteswap.h> with:
#include "bswap.h"

there's another one in:

./libs/libmythtv/recorders/NuppelVideoRecorder.cpp

keep the list of all the changes you have to make...

I'll make them permanent later...


More information about the mythtv-users mailing list