~ubuntu-branches/ubuntu/quantal/libav/quantal-updates

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2011-12-26 11:58:50 UTC
  • mfrom: (1.3.9 sid)
  • Revision ID: package-import@ubuntu.com-20111226115850-0v2ivu79li21q1cc
Tags: 4:0.7.3-2ubuntu1
* Merge from debian, remaining changes:
  - don't build against libdirac, lame, libopenjpeg, librtmp, 
    x264, and xvid  (all in universe)
* Install libraries in multi-arch directories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2929
2929
texi2html -version > /dev/null 2>&1 && enable texi2html || disable texi2html
2930
2930
 
2931
2931
check_header linux/fb.h
2932
 
check_header linux/videodev.h
2933
 
check_header linux/videodev2.h
 
2932
test $target_os = 'linux' && check_header linux/videodev.h
 
2933
test $target_os = 'linux' && check_header linux/videodev2.h
2934
2934
check_header sys/videoio.h
2935
2935
 
2936
2936
check_func_headers "windows.h vfw.h" capCreateCaptureWindow "$vfwcap_indev_extralibs"