From 86ab7b0f2fc1e32924603731be9fdee0854f9e7e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 1 Jul 2012 11:51:30 +0200 Subject: Create version.h headers for libraries that lack them --- libswscale/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libswscale/Makefile') diff --git a/libswscale/Makefile b/libswscale/Makefile index 349dd99789..0799b458be 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -1,7 +1,8 @@ NAME = swscale FFLIBS = avutil -HEADERS = swscale.h +HEADERS = swscale.h \ + version.h \ OBJS = input.o \ options.o \ -- cgit v1.2.3