Skip to content

Commit

Permalink
Added --with-pwcbsd to 3.2.10, better ident for video.c and fix a gcc…
Browse files Browse the repository at this point in the history
… 4.2.3 warning in v4l_startpipe()
  • Loading branch information
AngelCarpintero authored and AngelCarpintero committed May 4, 2008
1 parent 4f82227 commit 3f364e4
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 85 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ SVN trunk Summary of Changes

Features
* Insert Blanking frames http://www.lavrsen.dk/twiki/bin/view/Motion/FeatureRequest2007x12x16x132522 (Dag Erlandsson)
* Added to configure.in --with-pwcbsd to allow compile motion in freebsd with webcam support instead of bktr
(Angel Carpintero)

Bugfixes

Expand Down Expand Up @@ -34,6 +32,8 @@ Features
* Netcam Keepalive and HTTP/1.1 http://www.lavrsen.dk/twiki/bin/view/Motion/FeatureRequest2007x01x22x231542
(Simon Walls)
* Added mov , Quicktime file format (Andrew Hamilton).
* Added to configure.in --with-pwcbsd to allow compile motion in freebsd with webcam support instead of bktr
(Angel Carpintero)

Bugfixes
* Fixed a problem with locate and fixed mask overlay (Dag Erlandsson).
Expand Down
1 change: 1 addition & 0 deletions CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ Angel Carpintero
* Fix broken PostgreSQL detection for custom location,
http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2008x02x25x025134
* Fixed stepper when is used track_auto on.
* Added to configure.in --with-pwcbsd to allow compile motion in freebsd with webcam support instead of bktr.

Jared D
* Change bayer2rgb24() to fix a problem with sn9c102 driver
Expand Down
3 changes: 3 additions & 0 deletions README.FreeBSD
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ Packages needed (dependencies for 6.x):
- pwcbsd-1.4.1_1 ( with mmap support )
- v4l_compat-1.0.20060801

run : ./configure --with-pwcbsd ; gmake ; gmake install


* TODO *
--------

Expand Down
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for motion trunk-r335.
# Generated by GNU Autoconf 2.61 for motion trunk-r338.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Expand Down Expand Up @@ -572,8 +572,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='motion'
PACKAGE_TARNAME='motion'
PACKAGE_VERSION='trunk-r335'
PACKAGE_STRING='motion trunk-r335'
PACKAGE_VERSION='trunk-r338'
PACKAGE_STRING='motion trunk-r338'
PACKAGE_BUGREPORT=''

ac_unique_file="motion.c"
Expand Down Expand Up @@ -1178,7 +1178,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures motion trunk-r335 to adapt to many kinds of systems.
\`configure' configures motion trunk-r338 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1239,7 +1239,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of motion trunk-r335:";;
short | recursive ) echo "Configuration of motion trunk-r338:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1375,7 +1375,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
motion configure trunk-r335
motion configure trunk-r338
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Expand All @@ -1389,7 +1389,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by motion $as_me trunk-r335, which was
It was created by motion $as_me trunk-r338, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -7538,7 +7538,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by motion $as_me trunk-r335, which was
This file was extended by motion $as_me trunk-r338, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -7587,7 +7587,7 @@ Report bugs to <[email protected]>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
motion config.status trunk-r335
motion config.status trunk-r338
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Expand Down
Loading

0 comments on commit 3f364e4

Please sign in to comment.