[vlc-commits] configure: remove no-op
    Rémi Denis-Courmont 
    git at videolan.org
       
    Sun Sep 15 19:37:23 CEST 2013
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Sep 15 17:20:03 2013 +0300| [d9faecd8355ad7895cbb5851e9c2f7412acd08e7] | committer: Rémi Denis-Courmont
configure: remove no-op
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d9faecd8355ad7895cbb5851e9c2f7412acd08e7
---
 configure.ac |    1 -
 1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index c74ca35..4633b56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2078,7 +2078,6 @@ if test "${enable_mkv}" != "no" -a "${CXX}" != ""; then
              #endif],
             [AC_MSG_RESULT([yes])
               AC_CHECK_HEADERS(matroska/KaxAttachments.h)
-              VLC_ADD_CXXFLAGS([mkv],[])
               AC_CHECK_LIB(ebml_pic, main, [
                 VLC_ADD_PLUGIN([mkv])
                 VLC_ADD_LIBS([mkv],[-lmatroska -lebml_pic])
    
    
More information about the vlc-commits
mailing list