comparison libvo/video_out_internal.h @ 25553:6ac1ece1f9fe

Add multiple inclusion guards to all header files that lack them.
author diego
date Tue, 01 Jan 2008 21:35:58 +0000
parents cea0eb833758
children 4129c8cfa742
comparison
equal deleted inserted replaced
25552:21f17f58f5bc 25553:6ac1ece1f9fe
17 * 17 *
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with mpeg2dec; if not, write to the Free Software 19 * along with mpeg2dec; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22
23 #ifndef VIDEO_OUT_INTERNAL_H
24 #define VIDEO_OUT_INTERNAL_H
22 25
23 /* All video drivers will want this */ 26 /* All video drivers will want this */
24 #include "libmpcodecs/vfcap.h" 27 #include "libmpcodecs/vfcap.h"
25 #include "libmpcodecs/mp_image.h" 28 #include "libmpcodecs/mp_image.h"
26 #include "geometry.h" 29 #include "geometry.h"
52 uninit\ 55 uninit\
53 }; 56 };
54 57
55 #include "osd.h" 58 #include "osd.h"
56 59
57 60 #endif /* VIDEO_OUT_INTERNAL_H */
58