[vlc-commits] commit: win32 config: don't use --with-live555-tree ( Rafaël Carré )
git at videolan.org
git at videolan.org
Wed Oct 6 18:32:57 CEST 2010
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Wed Oct 6 14:12:57 2010 +0200| [c31eda211a3394f93cba2a39940bf1436a88f1f6] | committer: Rafaël Carré
win32 config: don't use --with-live555-tree
fix configuration with mingw on Linux
Acked-on-IRC-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c31eda211a3394f93cba2a39940bf1436a88f1f6
---
extras/package/win32/configure-common.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/package/win32/configure-common.sh b/extras/package/win32/configure-common.sh
index d17f35e..7e9ea68 100755
--- a/extras/package/win32/configure-common.sh
+++ b/extras/package/win32/configure-common.sh
@@ -20,7 +20,7 @@ fi
--enable-x264 \
--enable-schroedinger \
--enable-realrtsp \
- --enable-live555 --with-live555-tree=$CONTRIBS/live.com \
+ --enable-live555 \
--enable-dvdread --with-dvdnav-config-path=$CONTRIBS/bin \
--enable-shout \
--enable-goom \
More information about the vlc-commits
mailing list