diff stream/pvr.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 19cd461d2f1b
children 7ee4ae1648e6
line wrap: on
line diff
--- a/stream/pvr.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/stream/pvr.h	Fri Feb 22 09:09:46 2008 +0000
@@ -21,8 +21,8 @@
  *  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef PVR_H
-#define PVR_H
+#ifndef MPLAYER_PVR_H
+#define MPLAYER_PVR_H
 
 #include "tv.h"
 
@@ -84,4 +84,4 @@
  */
 int pvr_force_freq_step (stream_t *stream, int step);
 
-#endif /* PVR_H */
+#endif /* MPLAYER_PVR_H */