mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 14:01:27 +00: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:
parent
ef1b5ae2cd
commit
af28efa272
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user