Skip to content

Commit a130c8c

Browse files
committed
removed videos
1 parent 7cbfd14 commit a130c8c

File tree

7 files changed

+0
-169
lines changed

7 files changed

+0
-169
lines changed

common/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ dependencies {
2424
implementation("org.reflections:reflections:0.10.2")
2525
implementation("com.github.Edouard127:KDiscordIPC:$discordIPCVersion")
2626
implementation("com.pngencoder:pngencoder:0.15.0")
27-
implementation("org.jcodec:jcodec:0.2.3")
2827

2928
// Add Kotlin
3029
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinxCoroutinesVersion")

common/src/main/kotlin/com/lambda/graphics/video/JCodecUtils.kt

Lines changed: 0 additions & 74 deletions
This file was deleted.

common/src/main/kotlin/com/lambda/graphics/video/Video.kt

Lines changed: 0 additions & 44 deletions
This file was deleted.

common/src/main/kotlin/com/lambda/module/hud/VideoTest.kt

Lines changed: 0 additions & 22 deletions
This file was deleted.

fabric/build.gradle.kts

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ dependencies {
7070
includeLib("dev.babbaj:nether-pathfinder:1.5")
7171
includeLib("com.github.Edouard127:KDiscordIPC:$discordIPCVersion")
7272
includeLib("com.pngencoder:pngencoder:0.15.0")
73-
includeLib("org.jcodec:jcodec:0.2.3")
7473

7574
// Add mods to the mod jar
7675
includeMod("net.fabricmc.fabric-api:fabric-api:$fabricApiVersion+$minecraftVersion")
@@ -103,29 +102,4 @@ tasks {
103102
// They allow you to make field, method, and class access public.
104103
injectAccessWidener = true
105104
}
106-
107-
register<Exec>("run + RenderDoc") {
108-
val javaHome = Jvm.current().javaHome
109-
110-
commandLine = listOf(
111-
"C:\\Program Files\\RenderDoc\\renderdoccmd.exe",
112-
"capture",
113-
"--opt-api-validation",
114-
"--opt-api-validation-unmute",
115-
"--opt-hook-children",
116-
"--wait-for-exit",
117-
"--working-dir",
118-
".",
119-
"$javaHome/bin/java.exe",
120-
"-Xmx64m",
121-
"-Xms64m",
122-
//"-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5005",
123-
"-Dorg.gradle.appname=gradlew",
124-
"-Dorg.gradle.java.home=$javaHome",
125-
"-classpath",
126-
"C:\\Users\\Kamigen\\Desktop\\BetterElytraBot\\NeoLambda\\gradle\\wrapper\\gradle-wrapper.jar",
127-
"org.gradle.wrapper.GradleWrapperMain",
128-
":fabric:runClient",
129-
)
130-
}
131105
}

forge/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ dependencies {
8282
includeLib("org.javassist:javassist:3.28.0-GA")
8383
includeLib("com.github.Edouard127:KDiscordIPC:$discordIPCVersion")
8484
includeLib("com.pngencoder:pngencoder:0.15.0")
85-
includeLib("org.jcodec:jcodec:0.2.3")
8685

8786
// Add mods to the mod jar
8887
includeMod("thedarkcolour:kotlinforforge:$kotlinForgeVersion")

neoforge/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ dependencies {
6969
includeLib("dev.babbaj:nether-pathfinder:1.5")
7070
includeLib("com.github.Edouard127:KDiscordIPC:$discordIPCVersion")
7171
includeLib("com.pngencoder:pngencoder:0.15.0")
72-
includeLib("org.jcodec:jcodec:0.2.3")
7372

7473
// Add mods to the mod jar
7574
includeMod("thedarkcolour:kotlinforforge-neoforge:$kotlinForgeVersion")

0 commit comments

Comments
 (0)