Use <> instead of "" for system headers.
Originally committed as revision 16480 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
11d6f38cc9
commit
25bd48bdb4
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue