From dbe6ba55a320f5880c2b72c349be12164e6e4267 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 7 May 2012 12:08:58 +0200 Subject: build: cosmetics: Add missing end-of-line backslashes to item lists. --- libavcodec/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/Makefile') diff --git a/libavcodec/Makefile b/libavcodec/Makefile index ba62ffa..55767f7 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -696,7 +696,8 @@ SKIPHEADERS += %_tablegen.h \ aac_tablegen_decl.h \ fft-internal.h \ tableprint.h \ - $(ARCH)/vp56_arith.h + $(ARCH)/vp56_arith.h \ + SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER) += libschroedinger.h SKIPHEADERS-$(CONFIG_MPEG_XVMC_DECODER) += xvmc.h -- cgit v1.1