vlc | branch: master | Alexandre Janniaux <[email protected]> | Fri Mar 8 10:35:40 2019 +0100| [d9932254d74956dc2813df3df11c13eff9fa0e43] | committer: Steve Lhomme
vlccore: export vlc_viewpoint_to_4x4 Signed-off-by: Steve Lhomme <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d9932254d74956dc2813df3df11c13eff9fa0e43 --- include/vlc_viewpoint.h | 1 + src/libvlccore.sym | 1 + 2 files changed, 2 insertions(+) diff --git a/include/vlc_viewpoint.h b/include/vlc_viewpoint.h index e1284026c5..5b218bf050 100644 --- a/include/vlc_viewpoint.h +++ b/include/vlc_viewpoint.h @@ -89,6 +89,7 @@ static inline void vlc_viewpoint_reverse( vlc_viewpoint_t *dst, * \param vp a valid viewpoint object * \param matrix a 4x4-sized array which will contain the matrix data */ +VLC_API void vlc_viewpoint_to_4x4( const vlc_viewpoint_t *vp, float *matrix ); #endif /* VLC_VIEWPOINT_H_ */ diff --git a/src/libvlccore.sym b/src/libvlccore.sym index 209b4b2933..9f1df91346 100644 --- a/src/libvlccore.sym +++ b/src/libvlccore.sym @@ -980,3 +980,4 @@ vlc_media_tree_Lock vlc_media_tree_Unlock vlc_media_tree_Find vlc_media_tree_Preparse +vlc_viewpoint_to_4x4 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
