summaryrefslogtreecommitdiff
path: root/libavdevice/Makefile
diff options
context:
space:
mode:
authorClément Bœsch <cboesch@gopro.com>2017-08-30 13:41:23 +0200
committerClément Bœsch <u@pkh.me>2017-09-02 16:14:15 +0200
commite090e750bac863f066515cff6fd363c157ea3c21 (patch)
tree939ca9f6a802804d3571b3f203236e520fb14f5e /libavdevice/Makefile
parentb7fbb3516a99ebfa511143bdd8f63d8bd0d89385 (diff)
build: make sndio part of the autodetected libraries
sndio is already autodetected, this commit makes sure --disable-autodetect actually disable it unless --enable-sndio is specified.
Diffstat (limited to 'libavdevice/Makefile')
-rw-r--r--libavdevice/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index 58362e3f2d..cd077b292e 100644
--- a/libavdevice/Makefile
+++ b/libavdevice/Makefile
@@ -71,6 +71,6 @@ SKIPHEADERS-$(CONFIG_LIBPULSE) += pulse_audio_common.h
SKIPHEADERS-$(CONFIG_V4L2_INDEV) += v4l2-common.h
SKIPHEADERS-$(CONFIG_V4L2_OUTDEV) += v4l2-common.h
SKIPHEADERS-$(CONFIG_ALSA) += alsa.h
-SKIPHEADERS-$(HAVE_SNDIO) += sndio.h
+SKIPHEADERS-$(CONFIG_SNDIO) += sndio.h
TESTPROGS-$(CONFIG_JACK_INDEV) += timefilter