[mythtv] libmythbluray compile error in trunk

Robert Siebert trebor_s at web.de
Mon Aug 9 07:49:13 UTC 2010


On Sun, 08 Aug 2010 14:16:47 -0400, "Michael T. Dean"
<mtdean at thirdcontact.com> wrote:
> On 08/08/2010 12:43 PM, Robert Siebert wrote:
>> Additional information:
>>
>>   * Running ./configure --prefix=/usr --mandir=/usr/share/man
>> --disable-altivec --disable-directfb --enable-dvb --disable-hdhomerun
>> --disable-hdpvr --disable-firewire --disable-iptv --disable-ivtv
>> --disable-audio-jack --disable-joystick-menu --enable-libfaad
>> --enable-lirc --enable-opengl-vsync --enable-opengl-video
>> --disable-audio-oss --disable-proc-opt --enable-audio-pulseoutput
>> --disable-v4l --enable-vdpau --enable-x11 --enable-xv --disable-xvmc
>> --cpu=prescott
> 
> I have a feeling if you:
> 
> make distclean
> find . -name 'Makefile' -delete && svn revert -R .
> ./configure --prefix=/usr --enable-proc-opts
> 
> It will work fine...
> 
> Mike
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Thanks for the information, it didn't solve the problem.
I have also updated to the 25595 version. Unfortunately I get a new
error:

bluray.c:43:26: Fehler: libaacs/aacs.h: Datei oder Verzeichnis nicht
gefunden
bluray.c:44:30: Fehler: libbdplus/bdplus.h: Datei oder Verzeichnis
nicht gefunden
bluray.c: In Funktion "_libaacs_open":
bluray.c:246: Fehler: "aacs_decrypt_unit" nicht deklariert (erste
Benutzung in dieser Funktion)
bluray.c:246: Fehler: (Jeder nicht deklarierte Bezeichner wird nur
einmal aufgeführt
bluray.c:246: Fehler: für jede Funktion in der er auftritt.)
bluray.c: In Funktion "_libbdplus_open":
bluray.c:321: Fehler: "bdplus_seek" nicht deklariert (erste Benutzung
in dieser Funktion)
bluray.c:322: Fehler: "bdplus_fixup" nicht deklariert (erste Benutzung
in dieser Funktion)

The mentioned files libaacs/aacs.h and libbdplus/bdplus.h are not
found. Even the directories libaacs and libbdplus do not exist in the
libmythblueray folder (even not in the trac browser). Do I need to
install external libraries?

Or to solve it the other way. Is there a compiler switch to disable
bluray completely?

Best regards

Robert 



More information about the mythtv-dev mailing list