From 53d9b1b2e7d0910cd9055f3f642854e9c66e481e Mon Sep 17 00:00:00 2001
From: Laurent Aimar <fenrir@videolan.org>
Date: Sun, 23 Nov 2003 03:45:11 +0000
Subject: [PATCH]  * quicktime: removed a define.

---
 modules/codec/quicktime.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/modules/codec/quicktime.c b/modules/codec/quicktime.c
index 62f43b03e09a..2327e3812f1e 100644
--- a/modules/codec/quicktime.c
+++ b/modules/codec/quicktime.c
@@ -2,7 +2,7 @@
  * quicktime.c: a quicktime decoder that uses the QT library/dll
  *****************************************************************************
  * 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>
  *          Derk-Jan Hartman <thedj at users.sf.net>
@@ -38,7 +38,6 @@
 #endif
 
 /* for windows do we require Quicktime compents header? */
-#define LOADER 1
 #ifdef LOADER
 #include "w32dll/loader/qtx/qtxsdk/components.h"
 #include "w32dll/loader/wine/windef.h"
-- 
GitLab