[vlc-devel] commit: s/LIBS/LDFLAGS/ ( Rafaël Carré )
git version control
git at videolan.org
Sun May 25 20:11:21 CEST 2008
vlc | branch: 0.8.6-bugfix | Rafaël Carré <funman at videolan.org> | Sun May 25 20:12:46 2008 +0200| [46deca4d4c326991a2176d5486be97e8e3850b34]
s/LIBS/LDFLAGS/
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=46deca4d4c326991a2176d5486be97e8e3850b34
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 6dbb4b6..2caa4ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2557,7 +2557,7 @@ dnl Those options have to be here because the .pc can be bogus for ffmpeg previo
[
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]) ])
+ AC_CHECK_LIB(dca, dca_free, [ VLC_ADD_LDFLAGS([ffmpeg],[-ldca]) ])
LDFLAGS="${LDFLAGS_save}"
fi])
More information about the vlc-devel
mailing list