Mercurial > libavcodec.hg
changeset 8546:5800aecff5f8 libavcodec
Use <> instead of "" for system headers.
| author | diego |
|---|---|
| date | Wed, 07 Jan 2009 18:24:16 +0000 |
| parents | a5402e89a80c |
| children | b9880fc0afaf |
| files | vdpau.h |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/vdpau.h Wed Jan 07 18:10:10 2009 +0000 +++ b/vdpau.h Wed Jan 07 18:24:16 2009 +0000 @@ -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
