diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-06-25 04:35:30 -0700 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-06-25 15:24:51 -0700 |
commit | 5ab03e41e553452118113d0c224fa32b325e45e5 (patch) | |
tree | 4f6b8e1834aff03154a8eee8f274559b5cd79089 /libavformat/webvttenc.c | |
parent | 2deb614272e6faad8802c5341971d08c7272f74d (diff) | |
download | ffmpeg-5ab03e41e553452118113d0c224fa32b325e45e5.tar.gz |
x86: h264dsp: Fix link failure with optimizations disabled
With optimzations disabled compilers have trouble doing dead code
elimination on 'if (foo && 0)' expressions, while 'if (0 && foo)'
still works, so use the latter to avoid problems.
Bug-Id: 707
Diffstat (limited to 'libavformat/webvttenc.c')
0 files changed, 0 insertions, 0 deletions