Can playback video with controls, need to fix performance and reducing window size
This commit is contained in:
14
ffmpeg/src/main/java/module-info.java
Normal file
14
ffmpeg/src/main/java/module-info.java
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* FFmpeg module for auto-subtitle
|
||||
*/
|
||||
module com.github.gtache.autosubtitle.ffmpeg {
|
||||
requires transitive com.github.gtache.autosubtitle.core;
|
||||
requires transitive dagger;
|
||||
requires transitive javax.inject;
|
||||
requires org.apache.logging.log4j;
|
||||
|
||||
exports com.github.gtache.autosubtitle.ffmpeg;
|
||||
exports com.github.gtache.autosubtitle.modules.ffmpeg;
|
||||
exports com.github.gtache.autosubtitle.setup.ffmpeg;
|
||||
exports com.github.gtache.autosubtitle.setup.modules.ffmpeg;
|
||||
}
|
||||
Reference in New Issue
Block a user