[SCM] libav/experimental: Use <> instead of "" for system headers.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:34:50 UTC 2013


The following commit has been merged in the experimental branch:
commit 25bd48bdb46fc136b6991e496aaacc5caf07b577
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Jan 7 18:24:16 2009 +0000

    Use <> instead of "" for system headers.
    
    Originally committed as revision 16480 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/vdpau.h b/libavcodec/vdpau.h
index 5ed3206..dde02e3 100644
--- a/libavcodec/vdpau.h
+++ b/libavcodec/vdpau.h
@@ -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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list