Skip to content

Commit

Permalink
and obviously i forgot about linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonfra04 committed Jan 29, 2024
1 parent 118158e commit dd7375f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ void main() async {
WidgetsFlutterBinding.ensureInitialized();
await Backend.init();

registerWith(options: {'platforms': [ 'linux', 'windows' ], 'video.decoders': [ 'DXVA' ]});
registerWith(options: {'platforms': [ 'linux', 'windows' ], 'video.decoders': [ 'DXVA', 'FFmpeg' ]});
if(SPlatform.isMobile)
await FlutterDownloader.initialize();
if(SPlatform.isDesktop)
Expand Down

0 comments on commit dd7375f

Please sign in to comment.