Mercurial > libavcodec.hg
comparison Makefile @ 10076:31bc25e9c9ee libavcodec
Skip headers requiring external libs not present in checkheaders
author | mru |
---|---|
date | Sun, 23 Aug 2009 11:02:37 +0000 |
parents | e944ff8f487a |
children | 8071f8b68d05 |
comparison
equal
deleted
inserted
replaced
10075:e944ff8f487a | 10076:31bc25e9c9ee |
---|---|
541 ps2/mpegvideo_mmi.o \ | 541 ps2/mpegvideo_mmi.o \ |
542 | 542 |
543 OBJS-$(HAVE_VIS) += sparc/dsputil_vis.o \ | 543 OBJS-$(HAVE_VIS) += sparc/dsputil_vis.o \ |
544 sparc/simple_idct_vis.o \ | 544 sparc/simple_idct_vis.o \ |
545 | 545 |
546 SKIPHEADERS-$(CONFIG_LIBDIRAC) += libdirac.h | |
547 SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER) += libschroedinger.h | |
548 SKIPHEADERS-$(CONFIG_VAAPI) += vaapi_internal.h | |
549 SKIPHEADERS-$(CONFIG_VDPAU) += vdpau.h | |
550 SKIPHEADERS-$(CONFIG_XVMC) += xvmc.h | |
546 | 551 |
547 EXAMPLES = api | 552 EXAMPLES = api |
548 | 553 |
549 TESTPROGS = cabac dct eval fft h264 iirfilter rangecoder snow | 554 TESTPROGS = cabac dct eval fft h264 iirfilter rangecoder snow |
550 TESTPROGS-$(ARCH_X86) += x86/cpuid | 555 TESTPROGS-$(ARCH_X86) += x86/cpuid |