Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#368 closed defect (invalid)

change README: you need to configure --with-win32libdir

Reported by: dev@… Owned by: diego@…
Priority: normal Component: DOCS
Version: 1.0pre7 Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

from your all-codecs-package-README:

Put the files contained in this archive in a directory where MPlayer will find
them. The default directory is /usr/local/lib/codecs/ ($prefix/lib/codecs/) if
you are compiling from source, but you can change that value by passing the
'--with-codecsdir' option to './configure'.

not true. I did compile mplayer with ./configure, then put the codecs
to /usr/local/lib/codecs. No effect. Then, I recompiled with explicitely giving
the standard location:
./configure --with-win32libdir=/usr/local/lib/codecs
and it worked. Although there should be no difference. Please change the
README.

Attachments (1)

README.diff (970 bytes ) - added by dev@… 19 years ago.
diff to make it understandable

Download all attachments as: .zip

Change History (7)

comment:1 by reimar, 19 years ago

Because you have to install the codecs before doing ./configure!
If the readme doesn't explain this it should probably be changed.

comment:2 by dev@…, 19 years ago

Finally a qualified answer in a bugzilla! The MPlayer team is best!

comment:3 by diego@…, 19 years ago

Resolution: invalid
Status: newclosed

The README explains it correctly, the order of things is important.

by dev@…, 19 years ago

Attachment: README.diff added

diff to make it understandable

comment:4 by dev@…, 19 years ago

This change makes the formulation correct. Please remember, the expression
"codecs" sounds like they will be dynamically linked. Thanks.

comment:5 by reimar, 19 years ago

They are not dynamically linked (if they were, they definitly would have to be
available before compiling), they are mmaped.
But MPlayer configure uses the existence of the /usr/local/lib/codecs directory
to decide whether to compile in the interface code for them or not.
So just creating the directory or using the --with-win32libdir option would work
too.

comment:6 by diego@…, 19 years ago

--with-win32libdir is not enough, you would need --with-codecsdir in any case...

Note: See TracTickets for help on using tickets.