]> git.sesse.net Git - x264/commit
Make sigint handler variable volatile
authorFiona Glaser <fiona@x264.com>
Wed, 29 Sep 2010 07:15:14 +0000 (00:15 -0700)
committerFiona Glaser <fiona@x264.com>
Sun, 10 Oct 2010 21:43:40 +0000 (14:43 -0700)
commit91b83f585a5cdc45a3fb83100b09a2fb9dacc02e
tree833eec172808a9d26e2acb5d00f3d5569295b6bd
parent47e2609852b2de996071633c94de8d273b66ad05
Make sigint handler variable volatile
Didn't actually cause any problems, but is necessary because it can be modified by another thread (the signal call).
x264.c