Commit 53d9b1b2 authored by Laurent Aimar's avatar Laurent Aimar

* quicktime: removed a define.

parent c5bc2448
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* quicktime.c: a quicktime decoder that uses the QT library/dll * quicktime.c: a quicktime decoder that uses the QT library/dll
***************************************************************************** *****************************************************************************
* Copyright (C) 2003 VideoLAN * Copyright (C) 2003 VideoLAN
* $Id: quicktime.c,v 1.16 2003/11/23 03:41:58 fenrir Exp $ * $Id: quicktime.c,v 1.17 2003/11/23 03:45:11 fenrir Exp $
* *
* Authors: Laurent Aimar <fenrir at via.ecp.fr> * Authors: Laurent Aimar <fenrir at via.ecp.fr>
* Derk-Jan Hartman <thedj at users.sf.net> * Derk-Jan Hartman <thedj at users.sf.net>
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
#endif #endif
/* for windows do we require Quicktime compents header? */ /* for windows do we require Quicktime compents header? */
#define LOADER 1
#ifdef LOADER #ifdef LOADER
#include "w32dll/loader/qtx/qtxsdk/components.h" #include "w32dll/loader/qtx/qtxsdk/components.h"
#include "w32dll/loader/wine/windef.h" #include "w32dll/loader/wine/windef.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment