Changeset 577
- Timestamp:
- 11/18/08 13:18:39 (5 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
Makefile (modified) (5 diffs)
-
core/gui.c (modified) (1 diff)
-
doc/version.txt (modified) (1 diff)
-
include/camera.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r576 r577 194 194 $(MAKE) -s --no-print-directory PLATFORM=ixus60_sd600 PLATFORMSUB=100d NO_INC_BUILD=1 firzipsub 195 195 $(MAKE) -s --no-print-directory PLATFORM=ixus960_sd950 PLATFORMSUB=100d NO_INC_BUILD=1 firzipsub 196 #$(MAKE) -s --no-print-directory PLATFORM=ixus80_sd1100 PLATFORMSUB=100c NO_INC_BUILD=1 firzipsub197 #$(MAKE) -s --no-print-directory PLATFORM=ixus80_sd1100 PLATFORMSUB=101a NO_INC_BUILD=1 firzipsub196 $(MAKE) -s --no-print-directory PLATFORM=ixus80_sd1100 PLATFORMSUB=100c NO_INC_BUILD=1 firzipsub 197 $(MAKE) -s --no-print-directory PLATFORM=ixus80_sd1100 PLATFORMSUB=101a NO_INC_BUILD=1 firzipsub 198 198 @echo "**** All firmwares created successfully" 199 199 @echo "**** Copying duplicate Firmwares" … … 204 204 cp $(topdir)bin/$(VER)-ixus70_sd1000-101b-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-ixus70_sd1000-101a-$(BUILD_NUMBER).zip 205 205 cp $(topdir)bin/$(VER)-ixus75_sd750-101a-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-ixus75_sd750-101b-$(BUILD_NUMBER).zip 206 #cp $(topdir)bin/$(VER)-ixus80_sd1100-101a-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-ixus80_sd1100-101b-$(BUILD_NUMBER).zip206 cp $(topdir)bin/$(VER)-ixus80_sd1100-101a-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-ixus80_sd1100-101b-$(BUILD_NUMBER).zip 207 207 cp $(topdir)bin/$(VER)-g9-100g-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-g9-100f-$(BUILD_NUMBER).zip 208 208 @echo "**** Done Copying duplicate Firmwares" … … 272 272 $(MAKE) -s --no-print-directory PLATFORM=ixus60_sd600 PLATFORMSUB=100d NO_INC_BUILD=1 firzipsubcomplete 273 273 $(MAKE) -s --no-print-directory PLATFORM=ixus960_sd950 PLATFORMSUB=100d NO_INC_BUILD=1 firzipsubcomplete 274 #$(MAKE) -s --no-print-directory PLATFORM=ixus80_sd1100 PLATFORMSUB=100c NO_INC_BUILD=1 firzipsubcomplete275 #$(MAKE) -s --no-print-directory PLATFORM=ixus80_sd1100 PLATFORMSUB=101a NO_INC_BUILD=1 firzipsubcomplete274 $(MAKE) -s --no-print-directory PLATFORM=ixus80_sd1100 PLATFORMSUB=100c NO_INC_BUILD=1 firzipsubcomplete 275 $(MAKE) -s --no-print-directory PLATFORM=ixus80_sd1100 PLATFORMSUB=101a NO_INC_BUILD=1 firzipsubcomplete 276 276 @echo "**** All zipfiles including firmwares and extra stuff created successfully" 277 277 @echo "**** Copying duplicate Firmwares" … … 288 288 cp $(topdir)bin/ixus75_sd750-101a-$(BUILD_NUMBER)-full.zip $(topdir)bin/ixus75_sd750-101b-$(BUILD_NUMBER)-full.zip 289 289 cp $(topdir)bin/ixus75_sd750-101a-$(BUILD_NUMBER).zip $(topdir)bin/ixus75_sd750-101b-$(BUILD_NUMBER).zip 290 #cp $(topdir)bin/ixus80_sd1100-101a-$(BUILD_NUMBER)-full.zip $(topdir)bin/ixus80_sd1100-101b-$(BUILD_NUMBER)-full.zip291 #cp $(topdir)bin/ixus80_sd1100-101a-$(BUILD_NUMBER).zip $(topdir)bin/ixus80_sd1100-101b-$(BUILD_NUMBER).zip290 cp $(topdir)bin/ixus80_sd1100-101a-$(BUILD_NUMBER)-full.zip $(topdir)bin/ixus80_sd1100-101b-$(BUILD_NUMBER)-full.zip 291 cp $(topdir)bin/ixus80_sd1100-101a-$(BUILD_NUMBER).zip $(topdir)bin/ixus80_sd1100-101b-$(BUILD_NUMBER).zip 292 292 cp $(topdir)bin/g9-100g-$(BUILD_NUMBER)-full.zip $(topdir)bin/g9-100f-$(BUILD_NUMBER)-full.zip 293 293 cp $(topdir)bin/g9-100g-$(BUILD_NUMBER).zip $(topdir)bin/g9-100f-$(BUILD_NUMBER).zip … … 360 360 $(MAKE) -s --no-print-directory PLATFORM=ixus60_sd600 PLATFORMSUB=100d NO_INC_BUILD=1 clean 361 361 $(MAKE) -s --no-print-directory PLATFORM=ixus960_sd950 PLATFORMSUB=100d NO_INC_BUILD=1 clean 362 #$(MAKE) -s --no-print-directory PLATFORM=ixus80_sd1100 PLATFORMSUB=100c NO_INC_BUILD=1 clean363 #$(MAKE) -s --no-print-directory PLATFORM=ixus80_sd1100 PLATFORMSUB=101a NO_INC_BUILD=1 clean362 $(MAKE) -s --no-print-directory PLATFORM=ixus80_sd1100 PLATFORMSUB=100c NO_INC_BUILD=1 clean 363 $(MAKE) -s --no-print-directory PLATFORM=ixus80_sd1100 PLATFORMSUB=101a NO_INC_BUILD=1 clean 364 364 365 365 -
trunk/core/gui.c
r576 r577 488 488 {0x60,LANG_MENU_VIDEO_QUALITY, MENUITEM_INT|MENUITEM_F_UNSIGNED|MENUITEM_F_MINMAX, &conf.video_quality, MENU_MINMAX(1, 99)}, 489 489 {0x5c,LANG_MENU_CLEAR_VIDEO_VALUES, MENUITEM_BOOL, (int*)&conf.clear_video}, 490 #if CAM_VIDEO_CONTROL 490 491 {0x5c,LANG_MENU_FAST_SWITCH_VIDEO, MENUITEM_BOOL, &conf.fast_movie_control}, 492 #endif 491 493 {0x5c,LANG_MENU_FAST_SWITCH_QUALITY_VIDEO, MENUITEM_BOOL, &conf.fast_movie_quality_control}, 492 494 #if CAM_CAN_UNLOCK_OPTICAL_ZOOM_IN_VIDEO -
trunk/doc/version.txt
r576 r577 2 2 3 3 version / revision / author 4 5 0.7.7 / #577 / php 6 7 * enabled sd1100/ixus80 build again 8 about the video_control: perhaps it is worth digging out this old thread to check for ewavrs "2nd" way: http://chdk.setepontos.com/index.php/topic,952.msg18413.html#msg18413 9 i just uncommented this function from cameras that are KNOWN to crash using it. we need more reports. 10 also: this is a dirty workaround, it just wont show the fast movie control item in the menu of the reported cams. actually it should also be uncommented from the ubasic and lua function. 11 (added this quickfix because of this bugreport: http://chdk.kernreaktor.org/mantis/view.php?id=90) 4 12 5 13 0.7.7 / #576 / PhyrePhoX -
trunk/include/camera.h
r576 r577 45 45 #undef CAM_HAS_VIDEO_BUTTON // Camera can take stills in video mode, and vice versa 46 46 #undef CAM_EV_IN_VIDEO // CHDK can change exposure in video mode 47 #define CAM_VIDEO_CONTROL 1 // pause / unpause video recordings 48 47 49 // better: OPT_ stuff in makefile.inc 48 50 #define ZOOM_OVERRIDE 0 // Shall zoom-override be used? default 0 becoz not implemented right now … … 335 337 #define CAM_AF_SCAN_DURING_VIDEO_RECORD 1 336 338 #define CAM_EV_IN_VIDEO 1 339 #undef CAM_VIDEO_CONTROL 337 340 338 341 //========================================================== … … 373 376 #undef CAM_HAS_IS 374 377 //#define CAM_CONSOLE_LOG_ENABLED 1 378 #undef CAM_VIDEO_CONTROL 375 379 376 380 //---------------------------------------------------------- … … 606 610 #define CAM_CAN_UNLOCK_OPTICAL_ZOOM_IN_VIDEO 1 607 611 #undef CAM_CAN_MUTE_MICROPHONE 608 612 #undef CAM_VIDEO_CONTROL 609 613 //---------------------------------------------------------- 610 614 #elif defined (CAMERA_ixus950_sd850) … … 653 657 #define CAM_ADJUSTABLE_ALT_BUTTON 1 654 658 #undef CAM_CAN_UNLOCK_OPTICAL_ZOOM_IN_VIDEO 655 #define CAM_HAS_VIDEO_BUTTON 1656 659 #define CAM_HAS_VIDEO_BUTTON 1 660 #undef CAM_VIDEO_CONTROL 657 661 658 662 //---------------------------------------------------------- … … 719 723 #define CAM_ADJUSTABLE_ALT_BUTTON 1 720 724 #define CAM_SHOW_OSD_IN_SHOOT_MENU 1 721 725 #undef CAM_VIDEO_CONTROL 722 726 //---------------------------------------------------------- 723 727
Note: See TracChangeset
for help on using the changeset viewer.