Skip to content

Commit

Permalink
Fix for issue ros-drivers-gbp#2 Problem using uvc_mjpeg2rgb
Browse files Browse the repository at this point in the history
  • Loading branch information
t.hijzen committed Oct 2, 2015
1 parent 773743b commit 7b5b24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ include_directories(
if(JPEG_FOUND)
message(STATUS "Building libuvc with JPEG support.")
include_directories(${JPEG_INCLUDE_DIR})
SET(HAVE_JPEG TRUE)
SET(LIBUVC_HAS_JPEG TRUE)
SET(SOURCES ${SOURCES} src/frame-mjpeg.c)
else()
message(WARNING "JPEG not found. libuvc will not support JPEG decoding.")
Expand Down

0 comments on commit 7b5b24b

Please sign in to comment.