set(PROJECT_APIVER
"${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}")
-set(CMAKE_MODULE_PATH
+set(CMAKE_MODULE_PATH
${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/")
OPTION(STRICT_COMPILATION_CHECKS "Enable stricter compilation checks" OFF)
- Acer Series C pico projectors (C20, C110, C112):
* http://www.acer.it/ac/it/IT/content/models/projector-c
* http://support.acer.com/product/default.aspx?modelId=3888
-
+
- Philips/SagemCom PicoPix projectors (PPX 1020, PPX 1230, PPX 1430, PPX
1630):
* http://www.philips.co.uk/c/pocket-projector/179840/cat/
#and search the path which contain the libname/header.h (usefull for new version)
#Then we need to include ${FFMPEG_libname_INCLUDE_DIRS} (in old version case, use by ffmpeg header and osg plugin code)
-# (in new version case, use by ffmpeg header)
+# (in new version case, use by ffmpeg header)
#and ${FFMPEG_libname_INCLUDE_DIRS/libname} (in new version case, use by osg plugin code)
struct _am7xxx_context;
typedef struct _am7xxx_context am7xxx_context;
-/**
+/**
* @typedef am7xxx_device
*
* An opaque data type representing an am7xxx device.
* An am7xxx device can operate in several power modes. A certain power mode
* may have effect on the display brightness or on the device power
* consumption.
- *
+ *
* @note Most am7xxx devices come with a Y-shaped USB cable with a Master and
* a Slave connector, higher power modes may require that both connectors are
* plugged in to the host system for the device to work properly.
* Before sending images bigger than the device native dimensions the user
* needs to rescale them, this utility function does the calculation in a way
* that the original image aspect ratio is preserved.
- *
+ *
* @param[in] dev A pointer to the structure representing the device to get info of
* @param[in] upscale Whether to calculate scaled dimensions for images smaller than the native dimensions
* @param[in] original_width The width of the original image