[vlc-devel] commit: Win32: try to fix compilation of flac	(Jean-Baptiste Kempf )
    git version control 
    git at videolan.org
       
    Sun Feb 14 04:12:37 CET 2010
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Feb 14 04:12:34 2010 +0100| [cc4cabdf51150e323e6af7ced747b46b4a834d5f] | committer: Jean-Baptiste Kempf 
Win32: try to fix compilation of flac
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cc4cabdf51150e323e6af7ced747b46b4a834d5f
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 733c424..442be58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3053,7 +3053,7 @@ PKG_ENABLE_MODULES_VLC([DCA], [dtstofloat32], [libdca >= 0.0.5], [DTS Coherent A
 dnl
 dnl  Flac plugin
 dnl
-PKG_ENABLE_MODULES_VLC([FLAC], [], [flac], [libflac decoder/encoder support], [auto])
+PKG_ENABLE_MODULES_VLC([FLAC], [], [flac ogg], [libflac decoder/encoder support], [auto])
 
 dnl
 dnl  Libmpeg2 plugin
    
    
More information about the vlc-devel
mailing list