[vlc-devel] commit: Manually backport [77acf509d89e39c0bc48b5bdbb643b2e11ce2373] from master ( Rafaël Carré )

git version control git at videolan.org
Sun May 25 16:03:44 CEST 2008


vlc | branch: 0.8.6-bugfix | Rafaël Carré <funman at videolan.org> | Sun May 25 16:05:17 2008 +0200| [087d5836455b31b463c87d316a9e548b94ce8823]

Manually backport [77acf509d89e39c0bc48b5bdbb643b2e11ce2373] from master

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

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

diff --git a/configure.ac b/configure.ac
index 1736263..e0971fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2552,6 +2552,15 @@ dnl Those options have to be here because the .pc can be bogus for ffmpeg previo
              LDFLAGS="${LDFLAGS_save}"
      fi])
 
+ AC_ARG_WITH(ffmpeg-dca,
+   [    --with-ffmpeg-dca     specify if ffmpeg has been compiled with dca supp
+   [
+     if test "$with_ffmpeg_dca" = "yes"; then
+             LDFLAGS="${LDFLAGS_save} ${LDFLAGS_ffmpeg} ${LIBS_ffmpeg}"
+             AC_CHECK_LIB(dca, dca_free, [ VLC_ADD_LIBS([ffmpeg],[-ldca]) ])
+             LDFLAGS="${LDFLAGS_save}"
+     fi])
+
  AC_ARG_WITH(ffmpeg-vorbis,
    [    --with-ffmpeg-vorbis    specify if ffmpeg has been compiled with vorbis support],
    [




More information about the vlc-devel mailing list