Opened 14 years ago
Closed 13 years ago
#1720 closed defect (fixed)
libx264.so is being linked to MPlayer even if --disable-mencoder
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | build system |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | vir.found@… | |
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
Configure script catches x264, installed in the system, even if compiling without MEncoder (--disable-mencoder). ld links it to MPlayer, so the command returns:
$ldd which mplayer
| grep 264
libx264.so.98 => /usr/lib/libx264.so.98 (0xb708b000)
If I don't want libx264.so being linked to MPlayer, I have to use --disable-x264. The results of the output of the configure script are attached.
Steps to reproduce:
1) Install x264
2) Build MPlayer with $configure --disable-mencoder && make
3) $ldd /path/to/mplayer | grep 264
Actual results:
libx264.so is linked to MPlayer
Expected results:
libx264.so is not linked to MPlayer, for it's not needed for it, it's needed only for MEncoder.
Attachments (3)
Change History (10)
by , 14 years ago
Attachment: | enablex264 added |
---|
comment:1 by , 14 years ago
by , 14 years ago
Attachment: | disablex264 added |
---|
output of $configure --disable-mencoder --disable-x264
comment:2 by , 14 years ago
comment:3 by , 14 years ago
attachments.mimetype: | application/octet-stream → text/plain |
---|
comment:4 by , 14 years ago
attachments.mimetype: | application/octet-stream → text/plain |
---|
comment:5 by , 14 years ago
comment:6 by , 14 years ago
Cc: | added |
---|
comment:7 by , 13 years ago
op_sys: | Linux → All |
---|---|
rep_platform: | Other → All |
Resolution: | → fixed |
Status: | new → closed |
This is fixed as of r33925.
output of $configure --disable-mencoder