[MPlayer-cvslog] r27685 - trunk/configure
diego
subversion at mplayerhq.hu
Fri Oct 3 11:42:22 CEST 2008
Author: diego
Date: Fri Oct 3 11:42:22 2008
New Revision: 27685
Log:
External liba52 parameters should only be enabled if the check succeeded.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Fri Oct 3 11:42:22 2008
@@ -6095,9 +6095,7 @@ elif test "$_liba52_internal" = no && te
#include <a52dec/a52.h>
int main(void) { a52_state_t *testHand; testHand=a52_init(0); return 0; }
EOF
- cc_check -la52 && _liba52=yes
- _ld_extra="$_ld_extra -la52"
- _res_comment="external"
+ cc_check -la52 && _liba52=yes && _res_comment="external" && _ld_extra="$_ld_extra -la52"
fi
if test "$_liba52" = yes ; then
_def_liba52='#define CONFIG_LIBA52 1'
More information about the MPlayer-cvslog
mailing list