[vlc-devel] commit: Indentation fix. (Jean-Paul Saman )
git version control
git at videolan.org
Sat Jun 14 11:05:45 CEST 2008
vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Sun Jun 8 19:52:25 2008 +0200| [9f2297e41cea0b507a3826192e439c69da66d061]
Indentation fix.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9f2297e41cea0b507a3826192e439c69da66d061
---
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 071e55f..fd7bba2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5319,13 +5319,13 @@ then
AC_CHECK_HEADERS(objsafe.h,
VLC_ADD_CXXFLAGS([activex],[-DHAVE_OBJSAFE_HEADER]),,
[
- #if HAVE_OLE2_H
+ #if HAVE_OLE2_H
# include <ole2.h>
#endif
- ]
+ ]
)
activex=:
- PLUGINS_BINDINGS="${PLUGINS_BINDINGS} activex"
+ PLUGINS_BINDINGS="${PLUGINS_BINDINGS} activex"
],
[ AC_MSG_ERROR([required OLE headers are missing from your system]) ]
)],
More information about the vlc-devel
mailing list