projects
/
profile
/
ivi
/
libva.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90277b4
)
test/encode: Add -Wall option to default build flags
author
Xiang, Haihao
<haihao.xiang@intel.com>
Thu, 6 Dec 2012 07:17:27 +0000
(15:17 +0800)
committer
Xiang, Haihao
<haihao.xiang@intel.com>
Fri, 7 Dec 2012 08:05:35 +0000
(16:05 +0800)
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
test/encode/Makefile.am
patch
|
blob
|
history
diff --git
a/test/encode/Makefile.am
b/test/encode/Makefile.am
index
f86901f
..
ccf2aab
100644
(file)
--- a/
test/encode/Makefile.am
+++ b/
test/encode/Makefile.am
@@
-26,6
+26,7
@@
bin_PROGRAMS += h264encode
endif
INCLUDES = \
+ -Wall \
-I$(top_srcdir) \
-I$(top_srcdir)/va \
$(NULL)