[vlc-devel] commit: Fix compilation on != darwin, beos, win32, linux ( Rafaël Carré )

git version control git at videolan.org
Sat May 10 14:39:51 CEST 2008


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sat May 10 14:41:01 2008 +0200| [862c17fa7fe53fe962ccbd20238ea8ecc774c4fc]

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

Fix [3e1fea390e453b25f50d1e4308b80a4a962b8564]

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=862c17fa7fe53fe962ccbd20238ea8ecc774c4fc
---

 src/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index b2a16ee..a01b510 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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




More information about the vlc-devel mailing list