From 508048afe2970529903378a10f276bae5d4422e0 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 12 Feb 2009 01:07:13 +0000 Subject: [PATCH] 10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well. Originally committed as revision 17169 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 978764eed0..8fb39f5c02 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_pixfmt.h OBJS = allcodecs.o \ audioconvert.o \