projects
/
platform
/
upstream
/
v4l-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de6949b
)
libv4l2: Prevent GCC 4.7 inlining error
author
Gregor Jasny
<gjasny@googlemail.com>
Fri, 6 Apr 2012 15:06:16 +0000
(17:06 +0200)
committer
Gregor Jasny
<gjasny@googlemail.com>
Fri, 6 Apr 2012 15:12:36 +0000
(17:12 +0200)
See: http://bugs.debian.org/667406
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
lib/libv4l2/v4l2convert.c
patch
|
blob
|
history
diff --git
a/lib/libv4l2/v4l2convert.c
b/lib/libv4l2/v4l2convert.c
index 4f45672ff7cad95b81b500d29e9a6332c1592ccb..b7ddcf666a19e2ffb3d566c9d35004cd45dac5e0 100644
(file)
--- a/
lib/libv4l2/v4l2convert.c
+++ b/
lib/libv4l2/v4l2convert.c
@@
-20,6
+20,9
@@
# Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
*/
+/* prevent GCC 4.7 inlining error */
+#undef _FORTIFY_SOURCE
+
#define _LARGEFILE64_SOURCE 1
#include <config.h>