summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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