[MPlayer-dev-eng] [PATCH] -ldca not added to extralibs if libdca was enabled
Diego Biurrun
diego at biurrun.de
Sun Jun 15 13:36:43 CEST 2008
On Sat, Jun 14, 2008 at 11:03:02PM -0800, Ben Livengood wrote:
> When compiling with external libdca (autodetect or using --enable-libdca),
That 'or' is surely wrong. What you must be trying to say here is that
you passed --enable-libdca to configure and then you got a compilation
failure.
> mplayer and mencoder failed to compile because their library lists
> (EXTRALIBS_MPLAYER and EXTRALIBS_MENCODER) didn't include "-ldca". The
> patch adds "-ldca" to both lists if $_libdca = "yes".
The patch is not correct. Depending on which version of libdca/libdts
is used the linker flag could be -ldts instead of -ldca.
Diego
More information about the MPlayer-dev-eng
mailing list