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

Jean-Baptiste Kempf git at videolan.org
Mon Mar 26 18:44:53 CEST 2012


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

MKV configure: remove outdated workaround for MacOS
(cherry picked from commit fe02503332a696c4634c7fc5caa012b6b4483bf8)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

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

diff --git a/configure.ac b/configure.ac
index b78b960..9d78a41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2206,9 +2206,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