[vlc-commits] plugin support for "other" system (non Linux UNIX)
Rafaël Carré
git at videolan.org
Mon Jan 30 05:23:58 CET 2012
vlc/vlc-2.0 | branch: master | Rafaël Carré <funman at videolan.org> | Wed Jan 4 18:59:51 2012 -0500| [b51f9aaaf0af7daafe27e327af74d578f7da46cb] | committer: Rafaël Carré
plugin support for "other" system (non Linux UNIX)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit 8d12038f945bb965b50eece8ceca77c856b15694)
Signed-off-by: Rafaël Carré <funman at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=b51f9aaaf0af7daafe27e327af74d578f7da46cb
---
src/Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 0cb0cd9..68ce870 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -293,6 +293,7 @@ SOURCES_libvlc_other = \
posix/filesystem.c \
network/poll.c \
posix/thread.c \
+ posix/plugin.c \
posix/specific.c \
$(NULL)
More information about the vlc-commits
mailing list