mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-07-08 12:33:16 +00:00
Use <> instead of "" for system headers.
Originally committed as revision 16480 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user