test/encode: Add -Wall option to default build flags
authorXiang, Haihao <haihao.xiang@intel.com>
Thu, 6 Dec 2012 07:17:27 +0000 (15:17 +0800)
committerXiang, 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

index f86901f..ccf2aab 100644 (file)
@@ -26,6 +26,7 @@ bin_PROGRAMS += h264encode
 endif
 
 INCLUDES = \
+       -Wall                           \
        -I$(top_srcdir)                 \
        -I$(top_srcdir)/va              \
        $(NULL)