Changeset 925:123db0c5e722 in mediastreamer2
- Timestamp:
- Mar 25, 2010 3:34:29 PM (3 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r906 r925 562 562 [ --disable-libv4l Disable usage of libv4l, really discouraged], 563 563 [case "${enableval}" in 564 yes) libv4l= true;;565 no) libv4l= false;;564 yes) libv4l=yes ;; 565 no) libv4l=yes ;; 566 566 *) AC_MSG_ERROR(bad value ${enableval} for --disable-libv4l) ;; 567 esac],[libv4l= true])b567 esac],[libv4l=yes]) 568 568 569 569 PKG_CHECK_MODULES(LIBV4L2, libv4l2, … … 579 579 580 580 if test "$found_v4l" = "yes" && test "$have_libv4l2" != "yes" ; then 581 if test "$libv4l" = " no" ; then581 if test "$libv4l" = "yes" ; then 582 582 AC_MSG_ERROR( 583 583 [
Note: See TracChangeset
for help on using the changeset viewer.
