[MPlayer-cvslog] r30259 - trunk/configure
reimar
subversion at mplayerhq.hu
Sun Jan 10 14:55:55 CET 2010
Author: reimar
Date: Sun Jan 10 14:55:55 2010
New Revision: 30259
Log:
Prefer libdca over libdts
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Jan 10 14:52:44 2010 (r30258)
+++ trunk/configure Sun Jan 10 14:55:55 2010 (r30259)
@@ -6672,7 +6672,7 @@ if test "$_libdca" = auto ; then
#include <dts.h>
int main(void) { dts_init(0); return 0; }
EOF
- for _ld_dca in -ldts -ldca ; do
+ for _ld_dca in -ldca -ldts ; do
cc_check $_ld_dca $_ld_lm && extra_ldflags="$extra_ldflags $_ld_dca" \
&& _libdca=yes && break
done
More information about the MPlayer-cvslog
mailing list