Changeset 5ab03e41 in ffmpeg

Timestamp:
Jun 25, 2014, 10:24:51 PM (10 years ago)
Author:
Diego Biurrun <diego@biurrun.de>
Branches:
master
Children:
11ba0c8, 593d2326
Parents:
2deb614
git-author:
Diego Biurrun <diego@biurrun.de> (06/25/14 11:35:30)
git-committer:
Diego Biurrun <diego@biurrun.de> (06/25/14 22:24:51)
Message:

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

(No files)

Note: See TracChangeset for help on using the changeset viewer.