[vlc-devel] commit: Quicktime: fix warning (Jean-Baptiste Kempf )
git version control
git at videolan.org
Thu Aug 20 21:36:17 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug 20 21:02:54 2009 +0200| [d366f53b24320fbe54bed84f1cc746d4a95e6e8e] | committer: Jean-Baptiste Kempf
Quicktime: fix warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d366f53b24320fbe54bed84f1cc746d4a95e6e8e
---
modules/codec/quicktime.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/codec/quicktime.c b/modules/codec/quicktime.c
index ac4c2d9..fb9fdff 100644
--- a/modules/codec/quicktime.c
+++ b/modules/codec/quicktime.c
@@ -850,6 +850,8 @@ exit_error:
#endif
vlc_mutex_unlock( &qt_mutex );
+#else
+ VLC_UNUSED( p_dec );
#endif /* !WIN32 */
return VLC_EGENERIC;
More information about the vlc-devel
mailing list