summaryrefslogtreecommitdiff
path: root/libavcodec/vdpau.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-01-07 18:24:16 +0000
committerDiego Biurrun <diego@biurrun.de>2009-01-07 18:24:16 +0000
commit25bd48bdb46fc136b6991e496aaacc5caf07b577 (patch)
treed21f3480cf2f720471fab388f58c7221052f284c /libavcodec/vdpau.h
parent11d6f38cc997d70f687a3546af896b76b447ce0d (diff)
Use <> instead of "" for system headers.
Originally committed as revision 16480 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vdpau.h')
-rw-r--r--libavcodec/vdpau.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/vdpau.h b/libavcodec/vdpau.h
index 5ed3206bee..dde02e3ece 100644
--- a/libavcodec/vdpau.h
+++ b/libavcodec/vdpau.h
@@ -44,8 +44,8 @@
* @{
*/
-#include "vdpau/vdpau.h"
-#include "vdpau/vdpau_x11.h"
+#include <vdpau/vdpau.h>
+#include <vdpau/vdpau_x11.h>
/** \brief The videoSurface is used for rendering. */
#define FF_VDPAU_STATE_USED_FOR_RENDER 1