summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2009-01-05 23:25:58 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2009-01-05 23:25:58 +0000
commit272081b0f8617f87168b9730e960a1f88d5557e0 (patch)
treeea9e6bcdc41bfb83ac37525fc7eae694251bb6bd /libavcodec/Makefile
parent8423186e6562b48ba925604b6a25ff6a0fe44feb (diff)
Export VDPAU support by installing vdpau.h.
Originally committed as revision 16445 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 0ad34314cb..f99dbbb403 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -3,7 +3,7 @@ include $(SUBDIR)../config.mak
NAME = avcodec
FFLIBS = avutil
-HEADERS = avcodec.h opt.h
+HEADERS = avcodec.h opt.h vdpau.h
OBJS = allcodecs.o \
audioconvert.o \