[vlc-commits] contrib: srt: Remove downgrade of availability error

David Fuhrmann git at videolan.org
Sat Dec 29 23:44:21 CET 2018


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat Dec 29 17:16:33 2018 +0100| [2b678c7d84517f1b1b64fd1383ff80fbd8d5a97e] | committer: David Fuhrmann

contrib: srt: Remove downgrade of availability error

This is not needed anymore (and did not really work in some
situations).

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

 contrib/src/srt/rules.mak | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/contrib/src/srt/rules.mak b/contrib/src/srt/rules.mak
index 3706118f74..c9dbb59db8 100644
--- a/contrib/src/srt/rules.mak
+++ b/contrib/src/srt/rules.mak
@@ -18,10 +18,6 @@ ifdef HAVE_WIN32
 DEPS_srt += pthreads $(DEPS_pthreads)
 endif
 
-ifdef HAVE_DARWIN_OS
-SRT_CFLAGS   += -Wno-error=partial-availability
-SRT_CXXFLAGS += -Wno-error=partial-availability
-endif
 
 $(TARBALLS)/srt-$(SRT_VERSION).tar.gz:
 	$(call download_pkg,$(SRT_URL),srt)



More information about the vlc-commits mailing list