sourab-sharma / TouchToRecord

Touch android camera surface view to record video using FFmpeg Recorder
297 stars 104 forks source link

Missing imports #19

Closed Simonida closed 8 years ago

Simonida commented 8 years ago

Hi,

Thank you very much, this is a great project. But I have noticed that some imports are missing:

import com.sourab.videorecorder.interfaces.Interfaces; import com.sourab.videorecorder.util.CustomUtil;

Can you tell mi if there is some special configuration that needs to be set?

sourab-sharma commented 8 years ago

Hi,

Those 2 files were included to add watermark on video. Somehow those 2 files didn't get pushed. I will push soon. Meanwhile you can remove the block : if (CONSTANTS.DO_YOU_WANT_WATER_MARK_ON_VIDEO) {

}

sourab-sharma commented 8 years ago

Files added.