Commit b0489366 authored by diego's avatar diego

Use <> instead of "" for system headers.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16480 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4687c80a
...@@ -44,8 +44,8 @@ ...@@ -44,8 +44,8 @@
* @{ * @{
*/ */
#include "vdpau/vdpau.h" #include <vdpau/vdpau.h>
#include "vdpau/vdpau_x11.h" #include <vdpau/vdpau_x11.h>
/** \brief The videoSurface is used for rendering. */ /** \brief The videoSurface is used for rendering. */
#define FF_VDPAU_STATE_USED_FOR_RENDER 1 #define FF_VDPAU_STATE_USED_FOR_RENDER 1
......
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