https://bitbucket.org/hudson/magic-lantern
Revision f4fb08288ce243d818bb7cbec0cc866efa5797a8 authored by alex@thinkpad on 29 October 2017, 19:04:27 UTC, committed by alex@thinkpad on 29 October 2017, 19:04:27 UTC
(they are interchangeable; older systems may require gvfs-mount, newer systems will print warnings)
1 parent 94ac658
Raw File
Tip revision: f4fb08288ce243d818bb7cbec0cc866efa5797a8 authored by alex@thinkpad on 29 October 2017, 19:04:27 UTC
Makefile: use "gio mount" rather than "gvfs-mount"
Tip revision: f4fb082
tweaks-eyefi.h
#ifndef  ML_EYEFI_TRICKS_H
#define  ML_EYEFI_TRICKS_H

#ifdef FEATURE_EYEFI_TRICKS
int check_eyefi();
void EyeFi_RenameCR2toAVI(char* dir);
void EyeFi_RenameAVItoCR2(char* dir);

#ifdef FEATURE_EYEFI_RENAME_422_MP4
void EyeFi_Rename422toMP4(char* dir);
void EyeFi_RenameMP4to422(char* dir);
#endif // FEATURE_EYEFI_RENAME_422_MP4

#endif // FEATURE_EYEFI_TRICKS

#endif // ML_EYEFI_TRICKS_H
back to top