X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=configure.ac;h=8161a798bbfc78d49023e2d4d090f99af7df72f8;hb=92441127eac184eb935ccda052d9a91f4a7d1d02;hp=715a2832ec8e3393ef8298a9c657b81187ba4e7f;hpb=fde4bb2b85f7d185b77cb79ace19c39608250d52;p=vlc diff --git a/configure.ac b/configure.ac index 715a2832ec..8161a798bb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Autoconf settings for vlc dnl $Id$ -AC_INIT(vlc,0.8.2-test2) +AC_INIT(vlc,0.8.2-test3) CONFIGURE_LINE="$0 $*" CODENAME="Janus" @@ -13,7 +13,7 @@ AC_CANONICAL_SYSTEM dnl XXX: we don't put any flags here, because automake 1.5 doesn't support dnl them. And we need the comma otherwize automake will choke on it. -AM_INIT_AUTOMAKE(vlc,0.8.2-test2) +AM_INIT_AUTOMAKE(vlc,0.8.2-test3) AM_CONFIG_HEADER(config.h) dnl @@ -206,7 +206,7 @@ AM_CONDITIONAL(HAVE_WINCE, test "${SYS}" = "mingwce") dnl dnl Gettext stuff dnl -ALL_LINGUAS="ca da de en_GB es fr it ja nl pt_BR zh_TW" +ALL_LINGUAS="ca da de en_GB es fr it ja nl pt_BR ru tr zh_TW" AM_GNU_GETTEXT_VERSION(0.11.5) AM_GNU_GETTEXT if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then @@ -458,6 +458,9 @@ AC_CHECK_LIB(m,pow,[ AC_CHECK_LIB(m,sqrt,[ VLC_ADD_LDFLAGS([headphone_channel_mixer normvol speex],[-lm]) ]) +AC_CHECK_LIB(mx,sqrtf,[ + VLC_ADD_LDFLAGS([x264],[-lmx]) +]) fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce" dnl Check for dynamic plugins