Commit fe025033 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MKV configure: remove outdated workaround for MacOS

parent b1844b3d
......@@ -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])
......
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