Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-01-21 22:18:06 +0300
committerMans Rullgard <mans@mansr.com>2011-01-21 22:30:51 +0300
commit50196a982bf7c8be9b41053fa0975473c217e709 (patch)
treeb2d3a33f27ddc0a73a79dcfcf745d888039d8d4e /libavformat/Makefile
parentd66eff36852975129ae499c56de4340e48b9b7b4 (diff)
lavf: move the version macros to a new header
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index dd13bb45b2..8f583e040d 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 \