mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mingw-cross-env-list] [patch] libxine compilation error


From: Mark de Wever
Subject: [Mingw-cross-env-list] [patch] libxine compilation error
Date: Tue, 04 May 2010 13:28:08 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Hi,

On one of my systems libxine failed to compile since it fell back to the system aalib. This patch explicitly disables support for aalib, fixing compilation.

--
Regards,
Mark de Wever
diff -r 3bc836ed7a3a src/xine-lib.mk
--- a/src/xine-lib.mk   Sun May 02 03:40:24 2010 +0200
+++ b/src/xine-lib.mk   Mon May 03 20:44:02 2010 +0200
@@ -27,6 +27,7 @@
         --disable-shared \
         --disable-mmap \
         --disable-nls \
+        --disable-aalib \
         --enable-mng \
         --disable-real-codecs \
         --without-external-ffmpeg \

reply via email to

[Prev in Thread] Current Thread [Next in Thread]