mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
gst-plugins-base: tighten alsa dependency
alsa support needs pcm+mixer support in alsa, but this isn't checked by configure, so do it in the .mk instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
38a611c269
commit
96ddeacb60
37
CHANGES
37
CHANGES
@ -29,24 +29,25 @@
|
|||||||
bootutils, bridge-utils, bsdiff, busybox, cvs, dbus, directfb,
|
bootutils, bridge-utils, bsdiff, busybox, cvs, dbus, directfb,
|
||||||
dmraid, docker, dosfstools, dropbear, e2fsprogs, expat, ezxml,
|
dmraid, docker, dosfstools, dropbear, e2fsprogs, expat, ezxml,
|
||||||
fbset, fconfig, ffmpeg, freetype, gadgetfs-test, gamin, gawk,
|
fbset, fconfig, ffmpeg, freetype, gadgetfs-test, gamin, gawk,
|
||||||
genext2fs, gperf, gst-plugins-ugly, gtk2-themes, gtkperf,
|
genext2fs, gperf, gst-plugins-base, gst-plugins-ugly,
|
||||||
gvfs, haserl, hdparm, hostapd, hwdata, ifplugd, imagemagick,
|
gtk2-themes, gtkperf, gvfs, haserl, hdparm, hostapd, hwdata,
|
||||||
iperf, ipsec-tools, iproute2, iptables, iw, jpeg, kexec,
|
ifplugd, imagemagick, iperf, ipsec-tools, iproute2, iptables,
|
||||||
kismet, less, libcgi, libcurl, libdaemon, libdnet, liberation,
|
iw, jpeg, kexec, kismet, less, libcgi, libcurl, libdaemon,
|
||||||
libevent, libeXosip2, libglade, libgtk2, libiconv, libidn,
|
libdnet, liberation, libevent, libeXosip2, libglade, libgtk2,
|
||||||
libintl, libmms, libmpd, libnl, liboil, libosip2, libpcap,
|
libiconv, libidn, libintl, libmms, libmpd, libnl, liboil,
|
||||||
libpng, libtool, libungif, libxml2, libxslt, lighttpd, lite,
|
libosip2, libpcap, libpng, libtool, libungif, libxml2,
|
||||||
lm-sensors, lockfile-progs, logrotate, m4, mdadm, mesa3d,
|
libxslt, lighttpd, lite, lm-sensors, lockfile-progs,
|
||||||
metacity, mplayer, mtd-utils, mysql_client, nano, nbd, ncftp,
|
logrotate, m4, mdadm, mesa3d, metacity, mplayer, mtd-utils,
|
||||||
neon, netperf, netsnmp, ng-spice-rework, ntfsprogs, ntp,
|
mysql_client, nano, nbd, ncftp, neon, netperf, netsnmp,
|
||||||
openntpd, openssh, openssl, openvpn, oprofile, pango, patch,
|
ng-spice-rework, ntfsprogs, ntp, openntpd, openssh, openssl,
|
||||||
pcre, php, pkg-config, pppd, prboom, radvd, rdesktop, ruby,
|
openvpn, oprofile, pango, patch, pcre, php, pkg-config, pppd,
|
||||||
qt, quagga, samba, sawman, sdl_mixer, sdl_sound, setserial,
|
prboom, radvd, rdesktop, ruby, qt, quagga, samba, sawman,
|
||||||
shared-mime-info, speex, sqlite, squashfs,
|
sdl_mixer, sdl_sound, setserial, shared-mime-info, speex,
|
||||||
startup-notification, strace, sylpheed, taglib, tcpdump,
|
sqlite, squashfs, startup-notification, strace, sylpheed,
|
||||||
thttpd, tiff, tn5250, torsmo, udev, udpcast, usbmount,
|
taglib, tcpdump, thttpd, tiff, tn5250, torsmo, udev, udpcast,
|
||||||
usbutils, vsftpd, vtun, which, wpa_supplicant, xapp_twm,
|
usbmount, usbutils, vsftpd, vtun, which, wpa_supplicant,
|
||||||
xapp_xbacklight, xapp_xcursorgen, xapp_xinput, xapp_xmore,
|
xapp_twm, xapp_xbacklight, xapp_xcursorgen, xapp_xinput,
|
||||||
|
xapp_xmore,
|
||||||
xdriver_xf86-input-{acecad,aiptek,evdev,joystick,keyboard},
|
xdriver_xf86-input-{acecad,aiptek,evdev,joystick,keyboard},
|
||||||
xdriver-xf86-input-{mouse,synaptics,vmmouse,void},
|
xdriver-xf86-input-{mouse,synaptics,vmmouse,void},
|
||||||
xdriver-xf86-video-{apm,ark,ast,ati,chips,cirrus,dummy,fbdev},
|
xdriver-xf86-video-{apm,ark,ast,ati,chips,cirrus,dummy,fbdev},
|
||||||
|
@ -25,8 +25,14 @@ GST_PLUGINS_BASE_CONF_OPT = \
|
|||||||
--disable-vorbistest \
|
--disable-vorbistest \
|
||||||
--disable-freetypetest
|
--disable-freetypetest
|
||||||
|
|
||||||
GST_PLUGINS_BASE_DEPENDENCIES = gstreamer liboil \
|
GST_PLUGINS_BASE_DEPENDENCIES = gstreamer liboil
|
||||||
$(if $(BR2_PACKAGE_ALSA_LIB),alsa-lib)
|
|
||||||
|
# alsa support needs pcm+mixer support, but configure fails to check for it
|
||||||
|
ifeq ($(BR2_PACKAGE_ALSA_LIB)$(BR2_PACKAGE_ALSA_LIB_MIXER)$(BR2_PACKAGE_ALSA_LIB_PCM),yyy)
|
||||||
|
GST_PLUGINS_BASE_DEPENDENCIES += alsa-lib
|
||||||
|
else
|
||||||
|
GST_PLUGINS_BASE_CONF_OPT += --disable-alsa
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_ADDER),y)
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_ADDER),y)
|
||||||
GST_PLUGINS_BASE_CONF_OPT += --enable-adder
|
GST_PLUGINS_BASE_CONF_OPT += --enable-adder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user