diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-22 10:25:09 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-22 10:25:09 +0200 |
commit | 32d319e6f7242553c821c7a1eadfabd2719f5992 (patch) | |
tree | 59eb919d6bba65ef0b72868cc5b1550723b45f58 /package/multimedia/gst-plugins-base/gst-plugins-base.mk | |
parent | 8330dd11e7caebbafea5e6e9e3c702d6cd5843b0 (diff) | |
download | buildroot-novena-32d319e6f7242553c821c7a1eadfabd2719f5992.tar.gz buildroot-novena-32d319e6f7242553c821c7a1eadfabd2719f5992.zip |
gst-plugins-base: ensure <stdint.h> is used
Otherwise the build breaks with the emulation _stdint.h in gstfft.c.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/gst-plugins-base/gst-plugins-base.mk')
-rw-r--r-- | package/multimedia/gst-plugins-base/gst-plugins-base.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/multimedia/gst-plugins-base/gst-plugins-base.mk b/package/multimedia/gst-plugins-base/gst-plugins-base.mk index 5cb8cb870..91d9f1b1d 100644 --- a/package/multimedia/gst-plugins-base/gst-plugins-base.mk +++ b/package/multimedia/gst-plugins-base/gst-plugins-base.mk @@ -12,7 +12,9 @@ GST_PLUGINS_BASE_LIBTOOL_PATCH = NO # freetype is only used by examples, but if it is not found # and the host has a freetype-config script, then the host # include dirs are added to the search path causing trouble -GST_PLUGINS_BASE_CONF_ENV = FT2_CONFIG=/bin/false +GST_PLUGINS_BASE_CONF_ENV = + FT2_CONFIG=/bin/false \ + ac_cv_header_stdint_t="stdint.h" GST_PLUGINS_BASE_CONF_OPT = \ --disable-examples \ |