comparison xvmc.h @ 8843:00c1d62c3852 libavcodec

Update multiple inclusion guards to match filename.
author diego
date Sat, 14 Feb 2009 16:54:53 +0000
parents e4d2897f4bef
children aee8c48ff4b0
comparison
equal deleted inserted replaced
8842:6491f179eff0 8843:00c1d62c3852
16 * You should have received a copy of the GNU Lesser General Public 16 * You should have received a copy of the GNU Lesser General Public
17 * License along with FFmpeg; if not, write to the Free Software 17 * License along with FFmpeg; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #ifndef AVCODEC_XVMC_RENDER_H 21 #ifndef AVCODEC_XVMC_H
22 #define AVCODEC_XVMC_RENDER_H 22 #define AVCODEC_XVMC_H
23 23
24 #include <X11/Xlib.h> 24 #include <X11/Xlib.h>
25 #include <X11/Xutil.h> 25 #include <X11/Xutil.h>
26 #include <X11/Xatom.h> 26 #include <X11/Xatom.h>
27 #include <X11/extensions/Xv.h> 27 #include <X11/extensions/Xv.h>
70 //extensions 70 //extensions
71 void * p_osd_target_surface_render; //pointer to the surface where subpicture is rendered 71 void * p_osd_target_surface_render; //pointer to the surface where subpicture is rendered
72 72
73 }; 73 };
74 74
75 #endif /* AVCODEC_XVMC_RENDER_H */ 75 #endif /* AVCODEC_XVMC_H */