Browse Source

Use <> instead of "" for system headers.

Originally committed as revision 16480 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
25bd48bdb4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/vdpau.h

+ 2
- 2
libavcodec/vdpau.h 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


Loading…
Cancel
Save