From 50196a982bf7c8be9b41053fa0975473c217e709 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 21 Jan 2011 19:18:06 +0000 Subject: lavf: move the version macros to a new header Signed-off-by: Mans Rullgard --- libavformat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index dd13bb4..8f583e0 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -3,7 +3,7 @@ include $(SUBDIR)../config.mak NAME = avformat FFLIBS = avcodec avcore avutil -HEADERS = avformat.h avio.h +HEADERS = avformat.h avio.h version.h OBJS = allformats.o \ cutils.o \ -- cgit v1.1