[FFmpeg-cvslog] lavd/Makefile: Add fbdev_common.h to SKIPHEADERS
James Almer
git at videolan.org
Thu Mar 6 17:07:56 CET 2014
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Mar 6 01:39:25 2014 -0300| [99b4da73c8fda5f00c4a8dfb42afb80c3be22ce7] | committer: Michael Niedermayer
lavd/Makefile: Add fbdev_common.h to SKIPHEADERS
Signed-off-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=99b4da73c8fda5f00c4a8dfb42afb80c3be22ce7
---
libavdevice/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index ba503a3..7d07216 100644
--- a/libavdevice/Makefile
+++ b/libavdevice/Makefile
@@ -58,6 +58,8 @@ SLIBOBJS-$(HAVE_GNU_WINDRES) += avdeviceres.o
SKIPHEADERS-$(CONFIG_DECKLINK) += decklink_enc.h
SKIPHEADERS-$(CONFIG_DSHOW_INDEV) += dshow_capture.h
+SKIPHEADERS-$(CONFIG_FBDEV_INDEV) += fbdev_common.h
+SKIPHEADERS-$(CONFIG_FBDEV_OUTDEV) += fbdev_common.h
SKIPHEADERS-$(CONFIG_LIBPULSE) += pulse_audio_common.h
SKIPHEADERS-$(CONFIG_V4L2_INDEV) += v4l2-common.h
SKIPHEADERS-$(CONFIG_V4L2_OUTDEV) += v4l2-common.h
More information about the ffmpeg-cvslog
mailing list