Changeset 139:f525d995861f in verona
- Timestamp:
- Mar 10, 2011 3:59:54 PM (2 years ago)
- Branch:
- default
- Location:
- phapi
- Files:
-
- 2 edited
-
CMakeLists.txt (modified) (1 diff)
-
phapi.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
phapi/CMakeLists.txt
r131 r139 14 14 message("Can't find avcodec.h -- Video disabled") 15 15 else() 16 add_definitions(- DENABLE_VIDEO)16 add_definitions(-PHAPI_VIDEO_SUPPORT) 17 17 endif(NOT HAVE_AVCODEC_H) 18 18 endif(ENABLE_VIDEO) -
phapi/phapi.c
r131 r139 4123 4123 if (!phIsInitialized) 4124 4124 return -PH_NOTINIT; 4125 #ifdef ENABLE_VIDEO4125 #ifdef PHAPI_VIDEO_SUPPORT 4126 4126 return phms_video_get_web_cam_list(device_tab); 4127 4127 #else
Note: See TracChangeset
for help on using the changeset viewer.
