Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 318453 - mplayer-1.0_rc4_p20100427 fails to load codecs
Summary: mplayer-1.0_rc4_p20100427 fails to load codecs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-04 16:25 UTC by MageSlayer
Modified: 2013-02-08 13:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Crude patch for this bug (mplayer20100427.patch,794 bytes, patch)
2010-05-04 16:26 UTC, MageSlayer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description MageSlayer 2010-05-04 16:25:55 UTC
This version when used with both real and win32codecs use flags, refuses to find win32 codecs. Obviously it is due to changes in ebuild.
Mplayer says something like:

Opening video decoder: [vfwex] Win32/VfWex video codecs
Loading codec DLL: 'vp7vfw.dll'
Win32 LoadLibrary failed to load: vp7vfw.dll, /opt/RealPlayer/codecs/vp7vfw.dll
Can't open library vp7vfw.dll
ICOpen failed! unknown codec / wrong parameters?
VDecoder init failed :(


Reproducible: Always
Comment 1 MageSlayer 2010-05-04 16:26:26 UTC
Created attachment 230315 [details, diff]
Crude patch for this bug
Comment 2 jackieku 2010-05-08 03:16:01 UTC
I think this line is wrong ...
  if [ use real -o use win32codecs ]; then

It should be
  if use real || use win32codecs ; then
Comment 3 MageSlayer 2010-05-08 12:11:27 UTC
(In reply to comment #2)
> I think this line is wrong ...
>   if [ use real -o use win32codecs ]; then
> 
> It should be
>   if use real || use win32codecs ; then
> 
Quite possible. Surely, I am not a bash-guru :)
Comment 4 MageSlayer 2010-12-30 10:23:10 UTC
As far as I can see, the issue is still present in mplayer-1.0_rc4_p20101219.
Is there any reason for not fixing it?
Comment 5 Alexis Ballier gentoo-dev 2013-02-08 13:42:19 UTC
+  08 Feb 2013; Alexis Ballier <aballier@gentoo.org> mplayer-1.1-r1.ebuild,
+  mplayer-9999.ebuild:
+  let mplayer find by itself the binary codec dir, should fix bug #320087
+