1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-03 01:21:46 +02:00

Update multiple inclusion guards to match filename.

Originally committed as revision 17242 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-02-14 16:54:53 +00:00
parent ef1b5ae2cd
commit af28efa272

View File

@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef AVCODEC_XVMC_RENDER_H
#define AVCODEC_XVMC_RENDER_H
#ifndef AVCODEC_XVMC_H
#define AVCODEC_XVMC_H
#include <X11/Xlib.h>
#include <X11/Xutil.h>
@ -72,4 +72,4 @@ struct xvmc_render_state {
};
#endif /* AVCODEC_XVMC_RENDER_H */
#endif /* AVCODEC_XVMC_H */