[vlc-commits] MKV configure: remove outdated workaround for MacOS

Jean-Baptiste Kempf git at videolan.org
Mon Mar 26 14:19:00 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Mar 26 14:17:29 2012 +0200| [fe02503332a696c4634c7fc5caa012b6b4483bf8] | committer: Jean-Baptiste Kempf

MKV configure: remove outdated workaround for MacOS

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

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

diff --git a/configure.ac b/configure.ac
index 1f6cd65..4ad0219 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2125,9 +2125,6 @@ if test "${enable_mkv}" != "no" -a "${CXX}" != ""; then
             [AC_MSG_RESULT([yes])
               AC_CHECK_HEADERS(matroska/KaxAttachments.h)
               VLC_ADD_CXXFLAGS([mkv],[])
-              if test "${SYS}" = "darwin"; then
-                VLC_ADD_CXXFLAGS([mkv],[-O1])
-              fi
               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