Skip to content

Commit

Permalink
* Updated playback module to use OpenDaVINCI 2.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berger <[email protected]>
  • Loading branch information
chrberger committed Jan 8, 2016
1 parent 59890f8 commit a26e053
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ SET (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake.Modules" ${CMAKE_MODUL

###########################################################################
# Find OpenDaVINCI.
IF ("${OPENDAVINCI_DIR}" STREQUAL "")
SET (OPENDAVINCI_DIR ${CMAKE_INSTALL_PREFIX})
ENDIF()
SET (CMAKE_MODULE_PATH "${OPENDAVINCI_DIR}/share/cmake-${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}/Modules" ${CMAKE_MODULE_PATH})
FIND_PACKAGE (OpenDaVINCI REQUIRED)

###########################################################################
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

PRODUCT=carolocup-cameraplayback
VERSION=v2.0.11
VERSION=v2.4.3
REPOSITORY=seresearch
BUILDLOG=build.log

Expand Down

0 comments on commit a26e053

Please sign in to comment.