1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-06 16:10:09 +02:00

Use <> instead of "" for system headers.

Originally committed as revision 16480 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-01-07 18:24:16 +00:00
parent 11d6f38cc9
commit 25bd48bdb4

View File

@ -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