]> git.sesse.net Git - vlc/commitdiff
Quicktime: fix warning
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 20 Aug 2009 19:02:54 +0000 (21:02 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 20 Aug 2009 19:36:11 +0000 (21:36 +0200)
modules/codec/quicktime.c

index ac4c2d91c52c8b4e58f94533fa7add33c70f5466..fb9fdff8cc8895992431abbd4c8502d82f7ffe5a 100644 (file)
@@ -850,6 +850,8 @@ exit_error:
 #endif
     vlc_mutex_unlock( &qt_mutex );
 
+#else
+    VLC_UNUSED( p_dec );
 #endif /* !WIN32 */
 
     return VLC_EGENERIC;