Commit ab339cec authored by diego's avatar diego

Revert adding a _pixfmt to vdpau/xvmc header names.

Since vdpau.h was an installed header this would break API.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17225 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c53afa03
...@@ -3,7 +3,7 @@ include $(SUBDIR)../config.mak ...@@ -3,7 +3,7 @@ include $(SUBDIR)../config.mak
NAME = avcodec NAME = avcodec
FFLIBS = avutil FFLIBS = avutil
HEADERS = avcodec.h opt.h vdpau_pixfmt.h HEADERS = avcodec.h opt.h vdpau.h
OBJS = allcodecs.o \ OBJS = allcodecs.o \
audioconvert.o \ audioconvert.o \
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#undef NDEBUG #undef NDEBUG
#include <assert.h> #include <assert.h>
#include "vdpau_pixfmt.h" #include "vdpau.h"
#include "vdpau_internal.h" #include "vdpau_internal.h"
/** /**
......
...@@ -29,11 +29,11 @@ ...@@ -29,11 +29,11 @@
#undef NDEBUG #undef NDEBUG
#include <assert.h> #include <assert.h>
//X11 includes are in xvmc_pixfmt.h //X11 includes are in libavcodec/xvmc.h
//by replacing it with non-X one //by replacing it with non-X one
//XvMC emulation could be performed //XvMC emulation could be performed
#include "xvmc_pixfmt.h" #include "xvmc.h"
//#include "xvmc_debug.h" //#include "xvmc_debug.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment