Since vdpau.h was an installed header this would break API.
Originally committed as revision 17225 to svn://svn.ffmpeg.org/ffmpeg/trunk
NAME = avcodec
FFLIBS = avutil
-HEADERS = avcodec.h opt.h vdpau_pixfmt.h
+HEADERS = avcodec.h opt.h vdpau.h
OBJS = allcodecs.o \
audioconvert.o \
#undef NDEBUG
#include <assert.h>
-#include "vdpau_pixfmt.h"
+#include "vdpau.h"
#include "vdpau_internal.h"
/**
#undef NDEBUG
#include <assert.h>
-//X11 includes are in xvmc_pixfmt.h
+//X11 includes are in libavcodec/xvmc.h
//by replacing it with non-X one
//XvMC emulation could be performed
-#include "xvmc_pixfmt.h"
+#include "xvmc.h"
//#include "xvmc_debug.h"