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] gst-plugins-good compilation problem


From: Mark de Wever
Subject: [Mingw-cross-env-list] [PATCH] gst-plugins-good compilation problem
Date: Wed, 21 Apr 2010 17:02:29 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Hi,

The attached patch fixes a compilation error in gst-plugins-good for me. For some reason it finds esound on the host and enables it.

--
Regards,
Mark de Wever
diff -r f1b361911890 src/gst-plugins-good.mk
--- a/src/gst-plugins-good.mk   Wed Apr 21 01:15:03 2010 +0200
+++ b/src/gst-plugins-good.mk   Wed Apr 21 16:58:26 2010 +0200
@@ -30,6 +30,7 @@
         --disable-check \
         --disable-tests \
         --disable-examples \
+        --disable-esd \
         --mandir='$(1)/sink' \
         --docdir='$(1)/sink' \
         --with-html-dir='$(1)/sink'

reply via email to

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