Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
insomniachi committed Dec 21, 2023
1 parent 2d6f5e2 commit 69b4dfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public FlyleafMediaPlayerElement()

Engine.Start(new EngineConfig()
{
FFmpegPath = @"E:\FFmpeg",
FFmpegDevices = false, // Prevents loading avdevice/avfilter dll files. Enable it only if you plan to use dshow/gdigrab etc.

#if RELEASE
Expand All @@ -38,6 +37,7 @@ public FlyleafMediaPlayerElement()
FFmpegLogLevel = FFmpegLogLevel.Warning,
LogLevel = LogLevel.Debug,
LogOutput = ":debug",
FFmpegPath = @"E:\FFmpeg",
//LogOutput = ":console",
//LogOutput = @"C:\Flyleaf\Logs\flyleaf.log",
#endif
Expand Down

0 comments on commit 69b4dfd

Please sign in to comment.