[vlc-commits] commit: ML: Include ml_GetPersonsFromMedia() in src/missing.c ( Srikanth Raju )

git at videolan.org git at videolan.org
Sat Jun 26 17:52:19 CEST 2010


vlc | branch: master | Srikanth Raju <srikiraju at gmail.com> | Sat Jun 26 20:23:45 2010 +0530| [edeb940a36d5506254947fc8f3530d6881f9dff6] | committer: Srikanth Raju 

ML: Include ml_GetPersonsFromMedia() in src/missing.c

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=edeb940a36d5506254947fc8f3530d6881f9dff6
---

 src/missing.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/missing.c b/src/missing.c
index 46e1259..0385980 100644
--- a/src/missing.c
+++ b/src/missing.c
@@ -451,4 +451,11 @@ void ml_DeletePersonTypeFromMedia( ml_media_t* p_media, const char *psz_role )
 {
     assert( 0 );
 }
+
+ml_person_t*  ml_GetPersonsFromMedia( media_library_t* p_ml,
+                                                    ml_media_t* p_media,
+                                                    const char *psz_role )
+{
+    assert( 0 );
+}
 #endif /* !MEDIA_LIBRARY */



More information about the vlc-commits mailing list