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

Rafaël Carré funman at videolan.org
Thu Jan 5 00:59:51 CET 2012


---
 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)
-- 
1.7.7.3



More information about the vlc-devel mailing list