comparison img.c @ 231:8ca8b6bc24a5 libavformat

removed os_support.h
author bellard
date Mon, 08 Sep 2003 21:59:53 +0000
parents 66a05c4f8350
children 3d92f793fd67
comparison
equal deleted inserted replaced
230:9f4f4ca9f7b5 231:8ca8b6bc24a5
14 * 14 *
15 * You should have received a copy of the GNU Lesser General Public 15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software 16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */ 18 */
19 #include <unistd.h>
20 #include "avformat.h" 19 #include "avformat.h"
21 #include "os_support.h"
22 20
23 /* XXX: this is a hack */ 21 /* XXX: this is a hack */
24 int loop_input = 0; 22 int loop_input = 0;
25 23
26 typedef struct { 24 typedef struct {