diff options
| -rw-r--r-- | configure.ac | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/configure.ac b/configure.ac index f04c740ee..ca74d924e 100644 --- a/configure.ac +++ b/configure.ac @@ -1326,6 +1326,9 @@ fi  if test x"$no_gnome_vfs" = "xno"; then    echo "   - gnome-vfs"  fi +if test x"$have_v4l" = "xyes"; then +  echo "   - v4l" +fi  echo ""  dnl Demuxers | 
