changeset 8533:0533343a4002 libavcodec

Export VDPAU support by installing vdpau.h.
author cehoyos
date Mon, 05 Jan 2009 23:25:58 +0000
parents 598a77fbc614
children b80cf351176e
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Jan 05 23:23:32 2009 +0000
+++ b/Makefile	Mon Jan 05 23:25:58 2009 +0000
@@ -3,7 +3,7 @@
 NAME = avcodec
 FFLIBS = avutil
 
-HEADERS = avcodec.h opt.h
+HEADERS = avcodec.h opt.h vdpau.h
 
 OBJS = allcodecs.o                                                      \
        audioconvert.o                                                   \