summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-14 13:40:53 +0000
committerDiego Biurrun <diego@biurrun.de>2009-02-14 13:40:53 +0000
commitaea0b32cbc478a6702d161898dd1a711758fea05 (patch)
tree0b0ef2579591a90202d44babf2fcd778c4292da8 /libavcodec/Makefile
parentfd949a63538ac2f9fddd239154cc9b0fd2287b79 (diff)
Make xvmc.h an installed header, applications like MPlayer need it.
Originally committed as revision 17226 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \