comparison dvdread/ifo_read.h @ 20983:4da452b25fd5

Drop some unnecessary local changes.
author diego
date Sat, 18 Nov 2006 00:45:16 +0000
parents 22cb9d5f1e21
children 1542693b2a30
comparison
equal deleted inserted replaced
20982:5f893a1f25f9 20983:4da452b25fd5
2 #define IFO_READ_H_INCLUDED 2 #define IFO_READ_H_INCLUDED
3 3
4 /* 4 /*
5 * Copyright (C) 2000, 2001, 2002 Björn Englund <d4bjorn@dtek.chalmers.se>, 5 * Copyright (C) 2000, 2001, 2002 Björn Englund <d4bjorn@dtek.chalmers.se>,
6 * Håkan Hjort <d95hjort@dtek.chalmers.se> 6 * Håkan Hjort <d95hjort@dtek.chalmers.se>
7 *
8 * Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
9 * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
10 * $Id$
11 * 7 *
12 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 2 of the License, or 10 * the Free Software Foundation; either version 2 of the License, or
15 * (at your option) any later version. 11 * (at your option) any later version.
22 * 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
23 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25 */ 21 */
26 22
27 #include "ifo_types.h" 23 #include <dvdread/ifo_types.h>
28 #include "dvd_reader.h" 24 #include <dvdread/dvd_reader.h>
29 25
30 #ifdef __cplusplus 26 #ifdef __cplusplus
31 extern "C" { 27 extern "C" {
32 #endif 28 #endif
33 29