Changeset 4d25c2bc in ffmpeg

Timestamp:
May 16, 2014, 5:58:34 PM (11 years ago)
Author:
Luca Barbato <lu_zero@gentoo.org>
Branches:
master
Children:
34e2ce5, 627d3b8b
Parents:
7c377f0e
git-author:
Katerina Barone-Adesi <katerinab@gmail.com> (05/16/14 16:07:34)
git-committer:
Luca Barbato <lu_zero@gentoo.org> (05/16/14 17:58:34)
Message:

build: Support building using clang-usan and disable-optimization

Clang Undefined Behaviour Sanitizer seems to make non-constant constant
expressions, making the compilation fail when they are used within
inline assembly if no optimization is requested.

Add -O1 to the cflags to hide the misbehaviour.

Bug-Id: 683

(No files)

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