[vlc-commits] videotoolbox: compilation fix
Felix Paul Kühne
git at videolan.org
Thu Sep 22 12:18:58 CEST 2016
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Sep 22 12:18:52 2016 +0200| [0bd6fca980905e6991db512f1ed5bb1f03d9c285] | committer: Felix Paul Kühne
videotoolbox: compilation fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0bd6fca980905e6991db512f1ed5bb1f03d9c285
---
modules/codec/videotoolbox.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/videotoolbox.m b/modules/codec/videotoolbox.m
index 00745d5..b21e0cc 100644
--- a/modules/codec/videotoolbox.m
+++ b/modules/codec/videotoolbox.m
@@ -408,7 +408,7 @@ static int StartVideoToolbox(decoder_t *p_dec, block_t *p_block)
}
else
{
- assert_unreachable();
+ vlc_assert_unreachable();
return VLC_EGENERIC;
}
More information about the vlc-commits
mailing list