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>
This commit is contained in:
parent
8330dd11e7
commit
32d319e6f7
15
CHANGES
15
CHANGES
@ -18,13 +18,14 @@
|
|||||||
berkeleydb, bash, blackbox, busybox, bzip2, cdrkit, cmake,
|
berkeleydb, bash, blackbox, busybox, bzip2, cdrkit, cmake,
|
||||||
dash, dhcp, dialog, diffutils, distcc, dmalloc, dnsmasq,
|
dash, dhcp, dialog, diffutils, distcc, dmalloc, dnsmasq,
|
||||||
dropbear, e2fsprogs, fbv, file, flex, fontconfig, gawk,
|
dropbear, e2fsprogs, fbv, file, flex, fontconfig, gawk,
|
||||||
gstreamer, gzip, intltool, ipsec-tools, iptables, libart,
|
gst-plugins-base, gstreamer, gzip, intltool, ipsec-tools,
|
||||||
libcgi, libdrm, libfuse, libgpg-error, libidn, liblockfile,
|
iptables, libart, libcgi, libdrm, libfuse, libgpg-error,
|
||||||
libpng, lighttpd, links, linux-fusion, lmbench, lrzsz, ltrace,
|
libidn, liblockfile, libpng, lighttpd, links, linux-fusion,
|
||||||
make, module-init-tools, mysql_client, nbd, ncurses, neon,
|
lmbench, lrzsz, ltrace, make, module-init-tools, mysql_client,
|
||||||
netcat, netperf, ntfsprogs, openssl, php, qt, quagga, sqlite,
|
nbd, ncurses, neon, netcat, netperf, ntfsprogs, openssl, php,
|
||||||
sdl, sdl_mixer, sdl_sound, sdl_ttf, squashfs, tn5250, tremor,
|
qt, quagga, sqlite, sdl, sdl_mixer, sdl_sound, sdl_ttf,
|
||||||
usbutils, xkeyboard-config, xserver_xorg-server, xvkbd
|
squashfs, tn5250, tremor, usbutils, xkeyboard-config,
|
||||||
|
xserver_xorg-server, xvkbd
|
||||||
|
|
||||||
Removed packages: modutils, portage, rxvt
|
Removed packages: modutils, portage, rxvt
|
||||||
|
|
||||||
|
@ -12,7 +12,9 @@ GST_PLUGINS_BASE_LIBTOOL_PATCH = NO
|
|||||||
# freetype is only used by examples, but if it is not found
|
# freetype is only used by examples, but if it is not found
|
||||||
# and the host has a freetype-config script, then the host
|
# and the host has a freetype-config script, then the host
|
||||||
# include dirs are added to the search path causing trouble
|
# 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 = \
|
GST_PLUGINS_BASE_CONF_OPT = \
|
||||||
--disable-examples \
|
--disable-examples \
|
||||||
|
Loading…
Reference in New Issue
Block a user