~riccetn/ffmpegsource/trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: tgoyne
  • Date: 2013-05-19 22:32:08 UTC
  • Revision ID: svn-v4:dcf88d3e-5074-11de-ac45-ff9ca5716a9b:trunk:754
Fix configure check for avresample

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    CXXFLAGS="$OPT_FLAGS"
32
32
fi
33
33
 
34
 
AM_CONFIG_HEADER([src/config/config.h])
 
34
AC_CONFIG_HEADERS([src/config/config.h])
35
35
AC_PROG_CC
36
36
AC_PROG_CXX
37
37
 
192
192
  ])
193
193
])
194
194
 
195
 
AS_IF([test x$enable_avresample],
 
195
AS_IF([test x$enable_avresample != xno],
196
196
      [libavresample="libavresample"
197
197
       AC_DEFINE([WITH_AVRESAMPLE], [1], [Use avresample])])
198
198