[vlc-commits] os2: implement vlc_strerror() and vlc_strerror_c()
KO Myung-Hun
git at videolan.org
Mon Dec 30 15:13:33 CET 2013
vlc | branch: master | KO Myung-Hun <komh78 at gmail.com> | Mon Dec 30 16:13:17 2013 +0200| [4a2c11ff0642f5b48f300e046625c64186755cd3] | committer: Rémi Denis-Courmont
os2: implement vlc_strerror() and vlc_strerror_c()
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4a2c11ff0642f5b48f300e046625c64186755cd3
---
src/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/Makefile.am b/src/Makefile.am
index 95d61e5..aeff20a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -305,6 +305,7 @@ SOURCES_libvlc_symbian = \
SOURCES_libvlc_os2 = \
os2/getaddrinfo.c \
os2/dirs.c \
+ darwin/error.c \
os2/filesystem.c \
os2/netconf.c \
os2/plugin.c \
More information about the vlc-commits
mailing list