diff Makefile @ 8829:92bd4156f0f1 libavcodec

Revert adding a _pixfmt to vdpau/xvmc header names. Since vdpau.h was an installed header this would break API.
author diego
date Sat, 14 Feb 2009 13:37:18 +0000
parents 1801845a7e57
children c1bc8a690fc7
line wrap: on
line diff
--- a/Makefile	Sat Feb 14 13:12:49 2009 +0000
+++ b/Makefile	Sat Feb 14 13:37:18 2009 +0000
@@ -3,7 +3,7 @@
 NAME = avcodec
 FFLIBS = avutil
 
-HEADERS = avcodec.h opt.h vdpau_pixfmt.h
+HEADERS = avcodec.h opt.h vdpau.h
 
 OBJS = allcodecs.o                                                      \
        audioconvert.o                                                   \