mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
build: Fix dependencies for alsa/jack/sndio support
These components should depend on the availability of the respective libraries, not just on the availability of the respective headers.
This commit is contained in:
@@ -29,7 +29,7 @@ OBJS-$(CONFIG_XCBGRAB_INDEV) += xcbgrab.o
|
||||
OBJS-$(CONFIG_LIBCDIO_INDEV) += libcdio.o
|
||||
OBJS-$(CONFIG_LIBDC1394_INDEV) += libdc1394.o
|
||||
|
||||
SKIPHEADERS-$(HAVE_ALSA_ASOUNDLIB_H) += alsa.h
|
||||
SKIPHEADERS-$(HAVE_SNDIO_H) += sndio.h
|
||||
SKIPHEADERS-$(HAVE_ALSA) += alsa.h
|
||||
SKIPHEADERS-$(HAVE_SNDIO) += sndio.h
|
||||
|
||||
TESTPROGS-$(CONFIG_JACK_INDEV) += timefilter
|
||||
|
||||
Reference in New Issue
Block a user