Skip to content

Commit

Permalink
Fix failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
dturner committed May 17, 2021
1 parent 5da8755 commit 9bd8f41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions samples/RhythmGame/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,19 @@ android {
}
/**
* To use FFmpeg for asset extraction do the following:
* - Uncomment the block below
* - Change the build variant to ffmpegExtractor
* - Update the FFMPEG_DIR variable in CMakeLists.txt to the local FFmpeg path
*/
ffmpegExtractor {
/*ffmpegExtractor {
dimension "extractorLibrary"
minSdkVersion 16
externalNativeBuild {
cmake {
arguments "-DUSE_FFMPEG=1"
}
}
}
}*/
}
}

Expand Down

0 comments on commit 9bd8f41

Please sign in to comment.