OSDN Git Service

Make xvmc.h an installed header, applications like MPlayer need it.
authorDiego Biurrun <diego@biurrun.de>
Sat, 14 Feb 2009 13:40:53 +0000 (13:40 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 14 Feb 2009 13:40:53 +0000 (13:40 +0000)
Originally committed as revision 17226 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/Makefile

index f17b96d..c872990 100644 (file)
@@ -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                                                   \