Commit 25bd48bd authored by Diego Biurrun's avatar Diego Biurrun

Use <> instead of "" for system headers.

Originally committed as revision 16480 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 11d6f38c
...@@ -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