vlc | branch: master | Rafaël Carré <[email protected]> | 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 <[email protected]> > 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) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
