Alexander Pyhalov писал 23.12.2015 08:50:
Hi, Aurelien.

Today I finally found time to compile and test VLC.

It reads all video files which I tried, but spits two errors:

[0854eff8] core decoder error: corrupt module:
/usr/lib/vlc/plugins/codec/libjpeg_plugin.so
[084005b8] core demux meta error: corrupt module:
/usr/lib/vlc/plugins/lua/liblua_plugin.so

Additionally this error appears when I try to set subtitles track for
*.mkv video:

Unidentified codec:
VLC could not identify the audio or video codec


At least this error:
[0854eff8] core decoder error: corrupt module:
/usr/lib/vlc/plugins/codec/libjpeg_plugin.so

is related to the fact that IPS incorrectly handles module dependency: it generates

depend fmri=pkg:/image/library/[email protected] fmri=pkg:/image/library/[email protected] type=require-any

instead of

depend fmri=pkg:/image/library/[email protected] type=require .

When I install libjpeg6-turbo, this error is gone. It seems you should to specify dependency manually (and avoid automatic dependency generation for libjpeg).

But issue with subtitles is still present. In console I see:
[09062fc8] core decoder error: could not identify codec
---
System Administrator of Southern Federal University Computer Center



_______________________________________________
oi-dev mailing list
[email protected]
http://openindiana.org/mailman/listinfo/oi-dev

Reply via email to