[vlc-commits] plugin support for "other" system (non Linux UNIX)

Rafaël Carré git at videolan.org
Thu Jan 5 01:07:07 CET 2012


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Jan  4 18:59:51 2012 -0500| [8d12038f945bb965b50eece8ceca77c856b15694] | committer: Jean-Baptiste Kempf

plugin support for "other" system (non Linux UNIX)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

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

diff --git a/src/Makefile.am b/src/Makefile.am
index 93cb0d1..d4f80aa 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -298,6 +298,7 @@ SOURCES_libvlc_other = \
 	posix/filesystem.c \
 	network/poll.c \
 	posix/thread.c \
+	posix/plugin.c \
 	posix/specific.c \
 	posix/rand.c \
 	$(NULL)



More information about the vlc-commits mailing list