Skip to content

Commit 6aa34d9

Browse files
committed
chore(ffnvcodec): comment out configuration and unconfiguration echo statements
* Disabled echo statements in `ffbuild_configure` and `ffbuild_unconfigure` functions for cleaner output.
1 parent 196ef0b commit 6aa34d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts.d/50-ffnvcodec.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ ffbuild_dockerbuild() {
4242
}
4343

4444
ffbuild_configure() {
45-
echo --enable-ffnvcodec --enable-cuda-llvm
45+
# echo --enable-ffnvcodec --enable-cuda-llvm
46+
return 0
4647
}
4748

4849
ffbuild_unconfigure() {
49-
echo --disable-ffnvcodec --disable-cuda-llvm
50+
# echo --disable-ffnvcodec --disable-cuda-llvm
51+
return 0
5052
}
5153

5254
ffbuild_cflags() {

0 commit comments

Comments
 (0)