From aea0b32cbc478a6702d161898dd1a711758fea05 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 14 Feb 2009 13:40:53 +0000 Subject: [PATCH] Make xvmc.h an installed header, applications like MPlayer need it. Originally committed as revision 17226 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index f17b96d12e..c872990e0d 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -3,7 +3,7 @@ include $(SUBDIR)../config.mak NAME = avcodec FFLIBS = avutil -HEADERS = avcodec.h opt.h vdpau.h +HEADERS = avcodec.h opt.h vdpau.h xvmc.h OBJS = allcodecs.o \ audioconvert.o \