[vlc-devel] commit: Restore ENABLE_SOUT #define (used in wav "codec") ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue Apr 29 07:18:20 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Tue Apr 29 08:18:43 2008 +0300| [58b761765754e7e27c3d3846b35458a56a18cecc]

Restore ENABLE_SOUT #define (used in wav "codec")

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=58b761765754e7e27c3d3846b35458a56a18cecc
---

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 00a416a..d99c90d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1719,6 +1719,9 @@ dnl Stream output
 dnl
 AC_ARG_ENABLE(sout,
   [  --enable-sout           Stream output modules (default enabled)])
+AS_IF([test "${enable_sout}" != "no"], [
+  AC_DEFINE(ENABLE_SOUT, 1, [Define to 1 for stream output support.])
+])
 AM_CONDITIONAL(ENABLE_SOUT, [test "${enable_sout}" != "no"])
 
 AC_ARG_ENABLE(switcher,




More information about the vlc-devel mailing list