gst-plugins-base: ensure <stdint.h> is used
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 22 Jul 2010 08:25:09 +0000 (10:25 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 22 Jul 2010 08:25:09 +0000 (10:25 +0200)
Otherwise the build breaks with the emulation _stdint.h in gstfft.c.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/multimedia/gst-plugins-base/gst-plugins-base.mk

diff --git a/CHANGES b/CHANGES
index 6600eeeb82228c137f0280a80a1c1485743f6dc3..f6388c5ee8f16ea8cb04f88aebbf1a2086f0656a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
        berkeleydb, bash, blackbox, busybox, bzip2, cdrkit, cmake,
        dash, dhcp, dialog, diffutils, distcc, dmalloc, dnsmasq,
        dropbear, e2fsprogs, fbv, file, flex, fontconfig, gawk,
-       gstreamer, gzip, intltool, ipsec-tools, iptables, libart,
-       libcgi, libdrm, libfuse, libgpg-error, libidn, liblockfile,
-       libpng, lighttpd, links, linux-fusion, lmbench, lrzsz, ltrace,
-       make, module-init-tools, mysql_client, nbd, ncurses, neon,
-       netcat, netperf, ntfsprogs, openssl, php, qt, quagga, sqlite,
-       sdl, sdl_mixer, sdl_sound, sdl_ttf, squashfs, tn5250, tremor,
-       usbutils, xkeyboard-config, xserver_xorg-server, xvkbd
+       gst-plugins-base, gstreamer, gzip, intltool, ipsec-tools,
+       iptables, libart, libcgi, libdrm, libfuse, libgpg-error,
+       libidn, liblockfile, libpng, lighttpd, links, linux-fusion,
+       lmbench, lrzsz, ltrace, make, module-init-tools, mysql_client,
+       nbd, ncurses, neon, netcat, netperf, ntfsprogs, openssl, php,
+       qt, quagga, sqlite, sdl, sdl_mixer, sdl_sound, sdl_ttf,
+       squashfs, tn5250, tremor, usbutils, xkeyboard-config,
+       xserver_xorg-server, xvkbd
 
        Removed packages: modutils, portage, rxvt
 
index 5cb8cb870e6cc2819397ee3dd315effae64adcfa..91d9f1b1d489523b158b156d403e709f1f319aea 100644 (file)
@@ -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 \