Commit 862c17fa authored by Rafaël Carré's avatar Rafaël Carré

Fix compilation on != darwin, beos, win32, linux

Fix [3e1fea39]
parent 9dd6534d
......@@ -223,6 +223,8 @@ libvlc_la_SOURCES += $(SOURCES_libvlc_win32)
else
if HAVE_WINCE
libvlc_la_SOURCES += $(SOURCES_libvlc_win32)
else
libvlc_la_SOURCES += $(SOURCES_libvlc_other)
endif
endif
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment