Skip to content

Commit 595c9d5

Browse files
committed
chore(libdvdnav): comment out enabling of libdvdnav in ffbuild_configure function
* Temporarily disable the `--enable-libdvdnav` echo in the configuration function. * This change is made to prevent unintended enabling during the build process.
1 parent 8ba4fe7 commit 595c9d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts.d/50-dvd/50-libdvdnav.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ ffbuild_dockerbuild() {
3838
}
3939

4040
ffbuild_configure() {
41-
echo --enable-libdvdnav
41+
# echo --enable-libdvdnav
42+
return 0
4243
}
4344

4445
ffbuild_unconfigure() {

0 commit comments

Comments
 (0)