This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Update multiple inclusion guards to match filename.
Originally committed as revision 17242 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
16 years ago
parent
ef1b5ae2cd
commit
af28efa272
1 changed files
with
3 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
libavcodec/xvmc.h
+ 3
- 3
libavcodec/xvmc.h
View File
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* 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/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xutil.h>
@@ -72,4 +72,4 @@ struct xvmc_render_state {
};
};
#endif /* AVCODEC_XVMC_
RENDER_
H */
#endif /* AVCODEC_XVMC_H */
Write
Preview
Loading…
Cancel
Save