[vlc-devel] commit: Syntax error ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Nov 24 21:13:59 CET 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Nov 24 22:13:51 2009 +0200| [17c1886a2c2e748c26051611b7bddd1502cbb832] | committer: Rémi Denis-Courmont
Syntax error
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=17c1886a2c2e748c26051611b7bddd1502cbb832
---
modules/gui/skins2/Modules.am | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/modules/gui/skins2/Modules.am b/modules/gui/skins2/Modules.am
index c64f53c..228626e 100644
--- a/modules/gui/skins2/Modules.am
+++ b/modules/gui/skins2/Modules.am
@@ -209,7 +209,8 @@ SOURCES_skins2 += \
win32/win32_window.cpp \
win32/win32_window.hpp \
$(NULL)
-else if HAVE_DARWIN
+else
+if HAVE_DARWIN
SOURCES_skins2 += \
macosx/macosx_dragdrop.cpp \
macosx/macosx_dragdrop.hpp \
@@ -250,4 +251,4 @@ SOURCES_skins2 += \
x11/x11_tooltip.hpp \
$(NULL)
endif
-
+endif
More information about the vlc-devel
mailing list