[vlc-devel] commit: WinCE: fix function declaration (Geoffroy Couprie )
git version control
git at videolan.org
Tue Oct 14 10:14:06 CEST 2008
vlc | branch: master | Geoffroy Couprie <geo.couprie at gmail.com> | Fri Oct 10 11:37:40 2008 +0200| [9c34d22756769dbca6586ade99e4245e03ad5c1d] | committer: Geoffroy Couprie
WinCE: fix function declaration
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9c34d22756769dbca6586ade99e4245e03ad5c1d
---
modules/demux/mp4/drms.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/demux/mp4/drms.c b/modules/demux/mp4/drms.c
index aa0b561..c75cf27 100644
--- a/modules/demux/mp4/drms.c
+++ b/modules/demux/mp4/drms.c
@@ -2083,7 +2083,7 @@ static int GetiPodID( int64_t *p_ipod_id )
#else /* !defined( UNDER_CE ) */
-void *drms_alloc( char *psz_homedir ){ return 0; }
+void *drms_alloc( const char *psz_homedir ){ return 0; }
void drms_free( void *a ){}
void drms_decrypt( void *a, uint32_t *b, uint32_t c ){}
int drms_init( void *a, uint32_t b, uint8_t *c, uint32_t d ){ return -1; }
More information about the vlc-devel
mailing list