Add missing DEFAULT_INCLUDES on androgenizer call
authorReynaldo H. Verdejo Pinochet <reynaldo@collabora.com>
Wed, 11 Jan 2012 23:47:00 +0000 (20:47 -0300)
committerReynaldo H. Verdejo Pinochet <reynaldo@collabora.com>
Thu, 12 Jan 2012 00:04:40 +0000 (21:04 -0300)
commit1a8ee4536c4f99fab56ed9b4105312d64dc5e271
treeaa39871456a228dda0c8ac5470d8e67311f97781
parent9f4b71b2a71fd3f2b6c82ed74a6273dfbca5a3eb
Add missing DEFAULT_INCLUDES on androgenizer call

Fix building of the libgstvideo module on Android by adding the
missing and needed $(DEFAULT_INCLUDES) to CFLAGS for the
androgenizer call on gst-libs/gst/video/Makefile.am

Before this change, building was failing due to gst-plugins-base/
and gst-plugins-base/gst-libs/gst/video being left out of the
include path.
gst-libs/gst/video/Makefile.am