~ubuntu-branches/ubuntu/wily/transcode/wily

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2011-09-02 15:19:57 UTC
  • Revision ID: package-import@ubuntu.com-20110902151957-dedioc3rgkaji1j7
Tags: 3:1.1.5-0ubuntu8
* Port to libav 0.7 API (LP: #837310).
* Fix excessive apostrophes in package descriptions (thanks, Jani
  Uusitalo; LP: #759957).

Show diffs side-by-side

added added

removed removed

Lines of Context:
25235
25235
  if test x"avcodec" != x"none" ; then
25236
25236
    save_LDFLAGS="$LDFLAGS"
25237
25237
    LDFLAGS="$LDFLAGS $libavcodec_ll"
25238
 
    { echo "$as_me:$LINENO: checking for avcodec_thread_init in -lavcodec" >&5
25239
 
echo $ECHO_N "checking for avcodec_thread_init in -lavcodec... $ECHO_C" >&6; }
25240
 
if test "${ac_cv_lib_avcodec_avcodec_thread_init+set}" = set; then
 
25238
    { echo "$as_me:$LINENO: checking for avcodec_open in -lavcodec" >&5
 
25239
echo $ECHO_N "checking for avcodec_open in -lavcodec... $ECHO_C" >&6; }
 
25240
if test "${ac_cv_lib_avcodec_avcodec_open+set}" = set; then
25241
25241
  echo $ECHO_N "(cached) $ECHO_C" >&6
25242
25242
else
25243
25243
  ac_check_lib_save_LIBS=$LIBS
25255
25255
#ifdef __cplusplus
25256
25256
extern "C"
25257
25257
#endif
25258
 
char avcodec_thread_init ();
 
25258
char avcodec_open ();
25259
25259
int
25260
25260
main ()
25261
25261
{
25262
 
return avcodec_thread_init ();
 
25262
return avcodec_open ();
25263
25263
  ;
25264
25264
  return 0;
25265
25265
}
25282
25282
         test ! -s conftest.err
25283
25283
       } && test -s conftest$ac_exeext &&
25284
25284
       $as_test_x conftest$ac_exeext; then
25285
 
  ac_cv_lib_avcodec_avcodec_thread_init=yes
 
25285
  ac_cv_lib_avcodec_avcodec_open=yes
25286
25286
else
25287
25287
  echo "$as_me: failed program was:" >&5
25288
25288
sed 's/^/| /' conftest.$ac_ext >&5
25289
25289
 
25290
 
        ac_cv_lib_avcodec_avcodec_thread_init=no
 
25290
        ac_cv_lib_avcodec_avcodec_open=no
25291
25291
fi
25292
25292
 
25293
25293
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25294
25294
      conftest$ac_exeext conftest.$ac_ext
25295
25295
LIBS=$ac_check_lib_save_LIBS
25296
25296
fi
25297
 
{ echo "$as_me:$LINENO: result: $ac_cv_lib_avcodec_avcodec_thread_init" >&5
25298
 
echo "${ECHO_T}$ac_cv_lib_avcodec_avcodec_thread_init" >&6; }
25299
 
if test $ac_cv_lib_avcodec_avcodec_thread_init = yes; then
 
25297
{ echo "$as_me:$LINENO: result: $ac_cv_lib_avcodec_avcodec_open" >&5
 
25298
echo "${ECHO_T}$ac_cv_lib_avcodec_avcodec_open" >&6; }
 
25299
if test $ac_cv_lib_avcodec_avcodec_open = yes; then
25300
25300
  LIBAVCODEC_LIBS="$libavcodec_ll -lavcodec $LIBAVCODEC_EXTRA_LIBS"
25301
25301
else
25302
25302