[vlc-commits] configure: Remove unnecessary whitespace in help string
Marvin Scholz
git at videolan.org
Wed Sep 19 12:51:48 CEST 2018
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sun Jul 15 15:01:36 2018 +0200| [6e97ba0810473180465403af0bfdaca1a7c41224] | committer: Marvin Scholz
configure: Remove unnecessary whitespace in help string
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6e97ba0810473180465403af0bfdaca1a7c41224
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index f251a90e53..bd757582df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1890,7 +1890,7 @@ AC_ARG_ENABLE([decklink],
[disable Blackmagic DeckLink SDI input (default auto)]))
AC_ARG_WITH([decklink_sdk],
AS_HELP_STRING([--with-decklink-sdk=DIR],
- [ location of Blackmagic DeckLink SDI SDK]))
+ [location of Blackmagic DeckLink SDI SDK]))
have_decklink=no
if test "${enable_decklink}" != "no"
then
More information about the vlc-commits
mailing list