vlc/vlc-2.0 | branch: master | Rafaël Carré <[email protected]> | 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 <[email protected]> (cherry picked from commit 8d12038f945bb965b50eece8ceca77c856b15694) Signed-off-by: Rafaël Carré <[email protected]> > 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) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
