aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/xvmc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-14 13:37:18 +0000
committerDiego Biurrun <diego@biurrun.de>2009-02-14 13:37:18 +0000
commitfd949a63538ac2f9fddd239154cc9b0fd2287b79 (patch)
treeb79c18c1c668e86787f0776522fd3b1a4ae37b39 /libavcodec/xvmc.c
parentdb68113d5e04b6ab5a25ad988beef74accbc3136 (diff)
downloadffmpeg-fd949a63538ac2f9fddd239154cc9b0fd2287b79.tar.gz
Revert adding a _pixfmt to vdpau/xvmc header names.
Since vdpau.h was an installed header this would break API. Originally committed as revision 17225 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/xvmc.c')
-rw-r--r--libavcodec/xvmc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/xvmc.c b/libavcodec/xvmc.c
index 03ac35ce9f..ca01b9adea 100644
--- a/libavcodec/xvmc.c
+++ b/libavcodec/xvmc.c
@@ -29,11 +29,11 @@
#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"