changeset 33172:06dc4b66a0f1

Do not try to set up the FS segment when using quicktime to decode, it makes no sense to do that.
author reimar
date Thu, 14 Apr 2011 20:41:50 +0000
parents 1dec9b8e53c6
children b86ea534cfc7
files libmpcodecs/ad_qtaudio.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/ad_qtaudio.c	Thu Apr 14 10:23:25 2011 +0000
+++ b/libmpcodecs/ad_qtaudio.c	Thu Apr 14 20:41:50 2011 +0000
@@ -279,7 +279,7 @@
     unsigned long ConvertedFrames=0;
     unsigned long ConvertedBytes=0;
 
-#ifdef WIN32_LOADER
+#if defined(WIN32_LOADER) && !defined(CONFIG_QUICKTIME)
     Setup_FS_Segment();
 #endif
 
@@ -306,7 +306,7 @@
     unsigned long ConvertedFrames=0;
     unsigned long ConvertedBytes=0;
 
-#ifdef WIN32_LOADER
+#if defined(WIN32_LOADER) && !defined(CONFIG_QUICKTIME)
     Setup_FS_Segment();
 #endif