diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-12 01:07:13 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-12 01:07:13 +0000 |
commit | 508048afe2970529903378a10f276bae5d4422e0 (patch) | |
tree | 014f3a98e1d2186ee807015acda0a23ca24b27b0 /libavcodec | |
parent | 8df3bf60cf6d92a72603e091930c3e103c0c1964 (diff) | |
download | ffmpeg-508048afe2970529903378a10f276bae5d4422e0.tar.gz |
10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well.
Originally committed as revision 17169 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |