Commit 3d7ba166 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MKV configure: remove outdated workaround for MacOS

(cherry picked from commit fe02503332a696c4634c7fc5caa012b6b4483bf8)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent b0b365ce
......@@ -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])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment