summaryrefslogtreecommitdiff
path: root/libavdevice/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-08-23 11:02:37 +0000
committerMåns Rullgård <mans@mansr.com>2009-08-23 11:02:37 +0000
commit95f2c769c312909fee539da50fde393aacf57cc0 (patch)
tree7c603542b680411fe3c701222332b587962cd20e /libavdevice/Makefile
parent566ae9fbc293cd0969faec856933ef9bed794db1 (diff)
Skip headers requiring external libs not present in checkheaders
Originally committed as revision 19685 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavdevice/Makefile')
-rw-r--r--libavdevice/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index 75607aa2e1..f8380b7611 100644
--- a/libavdevice/Makefile
+++ b/libavdevice/Makefile
@@ -26,4 +26,6 @@ OBJS-$(CONFIG_LIBDC1394_INDEV) += libdc1394.o
OBJS-$(CONFIG_AUDIO_BEOS_INDEV) += beosaudio.o
OBJS-$(CONFIG_AUDIO_BEOS_OUTDEV) += beosaudio.o
+SKIPHEADERS-$(HAVE_ALSA_ASOUNDLIB_H) += alsa-audio.h
+
include $(SUBDIR)../subdir.mak