]> rtime.felk.cvut.cz Git - opencv.git/commit
Again an update of autotools related files.
authormarkasbach <markasbach@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Mon, 27 Jul 2009 13:05:43 +0000 (13:05 +0000)
committermarkasbach <markasbach@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Mon, 27 Jul 2009 13:05:43 +0000 (13:05 +0000)
commitd759be571fd293653392bc76508f537b7d0dd7e5
tree8afc8ef6d961664acbcafabc0486da476c6e52dd
parentfb569962b701efb0324604310883a8cd68356704
Again an update of autotools related files.

- restored and updated INSTALL that was accidentally overwritten with r1731 (Sorry!)
- restored cvaliases.i that was accidentally overwritten with r1731 (Sorry!)
- fixed automake rule to update cvaliases_autogen.i instead of cvaliases.i as necessary since r1544
- added dependency to zlib necessary with the new cxpersistence.cpp from r1982
- added a couple of new files to EXTRA_DIST rules
- added unittest framework to 'make check' target
- added environment variable TESTDATA_DIR that allows 'make distcheck' to find testdata in an external directory
- fixed swig support scripts so that now all macros in cxtypes.h work again
- fixed Makefile.am for octave wrapper
- updated swig generated files with swig 1.3.39
- updated libtool support files from 1.x to 2.x
- added method for cvCreateTrackbar2 to window.cpp
- added libdc1394_v2 support
- added support for ffmpeg headers at new places (libavformat/avformat.h compared to ffmpeg/avformat.h)
- fixed some automake targets to let 'make distcheck' complete without errors regarding
  distribution completeness test (make uninstall-check, etc.)

git-svn-id: https://code.ros.org/svn/opencv/trunk@1983 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08
84 files changed:
opencv/3rdparty/Makefile.in
opencv/INSTALL
opencv/Makefile.am
opencv/Makefile.in
opencv/aclocal.m4
opencv/apps/Makefile.in
opencv/autotools/aclocal/libtool.m4 [new file with mode: 0644]
opencv/autotools/aclocal/libtool1.m4 [deleted file]
opencv/autotools/aclocal/ltoptions.m4 [new file with mode: 0644]
opencv/autotools/aclocal/ltsugar.m4 [new file with mode: 0644]
opencv/autotools/aclocal/ltversion.m4 [new file with mode: 0644]
opencv/autotools/aclocal/lt~obsolete.m4 [new file with mode: 0644]
opencv/autotools/ltmain.sh
opencv/configure
opencv/configure.in
opencv/cvconfig.h.in
opencv/data/Makefile.am
opencv/data/Makefile.in
opencv/doc/Makefile.in
opencv/include/Makefile.in
opencv/include/opencv/cxtypes.h
opencv/include/opencv/ml.h
opencv/interfaces/Makefile.in
opencv/interfaces/swig/Makefile.in
opencv/interfaces/swig/filtered/Makefile.in
opencv/interfaces/swig/filtered/constants.h
opencv/interfaces/swig/filtered/cv.h
opencv/interfaces/swig/general/Makefile.in
opencv/interfaces/swig/general/cvmacros.i
opencv/interfaces/swig/octave/Makefile.am
opencv/interfaces/swig/octave/Makefile.in
opencv/interfaces/swig/octave/cv_wrap.cpp
opencv/interfaces/swig/octave/highgui_wrap.cpp
opencv/interfaces/swig/octave/ml_wrap.cpp
opencv/interfaces/swig/python/Makefile.am
opencv/interfaces/swig/python/Makefile.in
opencv/interfaces/swig/python/_cv.cpp
opencv/interfaces/swig/python/_highgui.cpp
opencv/interfaces/swig/python/_ml.cpp
opencv/interfaces/swig/python/cv.py
opencv/interfaces/swig/python/cvaliases.i
opencv/interfaces/swig/python/cvaliases_autogen.i
opencv/interfaces/swig/python/highgui.py
opencv/interfaces/swig/python/ml.py
opencv/samples/Makefile.am
opencv/samples/Makefile.in
opencv/src/Makefile.am
opencv/src/Makefile.in
opencv/src/cxcore/cxpersistence.cpp
opencv/src/highgui/cvcap_ffmpeg.cpp
opencv/src/highgui/window.cpp
opencv/tests/Makefile.am
opencv/tests/Makefile.in
opencv/tests/cxts/cxts.cpp
opencv/tests/python/cvtestutils.py
opencv/tests/python/highgui/cvCaptureFromFile.py [deleted file]
opencv/tests/python/highgui/cvCaptureFromFileRGB.py [deleted file]
opencv/tests/python/highgui/cvCaptureFromFileRGBA.py [deleted file]
opencv/tests/python/highgui/cvCaptureFromFileUYVY.py [deleted file]
opencv/tests/python/highgui/cvCaptureFromFileY8.py [deleted file]
opencv/tests/python/highgui/cvCaptureFromFileYUY2.py [deleted file]
opencv/tests/python/highgui/cvCaptureFromFileYV12.py [deleted file]
opencv/tests/python/highgui/cvCaptureFromFileYV16.py [deleted file]
opencv/tests/python/highgui/cvCaptureFromFileYVU9.py [deleted file]
opencv/tests/python/highgui/cvCreateFileCapture.py
opencv/tests/python/highgui/cvCreateTrackbar.py
opencv/tests/python/highgui/cvGetCaptureProperty.py
opencv/tests/python/highgui/cvGrabFrame.py
opencv/tests/python/highgui/cvLoadImage.py
opencv/tests/python/highgui/cvQueryFrame.py
opencv/tests/python/highgui/cvRetrieveFrame.py
opencv/tests/python/highgui/cvSaveImage.py
opencv/tests/python/highgui/cvSetMouseCallback.py
opencv/tests/python/highgui/cvShowImage.py
opencv/tests/python/highgui/cvWaitKey.py
opencv/tests/python/highgui/match.py
opencv/tests/python/highgui/query_test.py
opencv/tests/python/highgui/seek_test.py
opencv/tests/python/highgui/size_test.py
opencv/tests/test_cv.sh [new file with mode: 0755]
opencv/tests/test_cxcore.sh [new file with mode: 0755]
opencv/tests/test_ml.sh [new file with mode: 0755]
opencv/utils/Makefile.in
opencv/utils/extract_constants.py