blob: ca0bd1fbecb5163b9e36dfe97bb85c6bfd2abbd4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- a/build.gradle
+++ b/build.gradle
@@ -3710,14 +3710,6 @@
}
}
}
- } else {
- // Building fxavcodec plugin (libav plugin)
- exec {
- commandLine ("make", "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/linux/avplugin")
- args("CC=${mediaProperties.compiler}", "LINKER=${mediaProperties.linker}",
- "OUTPUT_DIR=${nativeOutputDir}", "BUILD_TYPE=${buildType}",
- "BASE_NAME=avplugin", IS_64 ? "ARCH=x64" : "ARCH=x32")
- }
}
}
}
|