[Lunar-commits] <moonbase> vlc: Fixing BUILD to remove the error message;
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Nov 29 02:25:04 CET 2010
commit d973acae7ea51ebf8d21d69fd64216af622477d4
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Nov 28 20:25:04 2010 -0500
vlc: Fixing BUILD to remove the error message;
configure: WARNING: unrecognized options: --enable-release, --enable-x11
---
video/vlc/BUILD | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/video/vlc/BUILD b/video/vlc/BUILD
index 4d8dcf2..04494cc 100644
--- a/video/vlc/BUILD
+++ b/video/vlc/BUILD
@@ -7,7 +7,7 @@
. /etc/profile.d/qt4.rc
fi &&
- OPTS+=" --enable-release --enable-x11 --enable-xvideo --enable-v4l \
+ OPTS+=" --enable-xvideo --enable-v4l \
--disable-nls --disable-mozilla" &&
default_build &&
More information about the Lunar-commits
mailing list