Skip to content

Commit bd1b41c

Browse files
author
vboxsync
committed
configure: recognize --disable-libvpx
git-svn-id: http://www.virtualbox.org/svn/vbox/trunk@46279 cfe28804-0f27-0410-a406-dd0f0b0b656f
1 parent a15d805 commit bd1b41c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configure

+3
Original file line numberDiff line numberDiff line change
@@ -2452,6 +2452,9 @@ for option in $*; do
24522452
--disable-devmapper)
24532453
WITH_DEVMAPPER=0
24542454
;;
2455+
--disable-libvpx)
2456+
WITH_LIBVPX=0
2457+
;;
24552458
--build-debug|-d)
24562459
BUILD_TYPE=debug
24572460
;;

0 commit comments

Comments
 (0)