shithub: openh264

Download patch

ref: af2a3542025b34232a656d314f660ae6fc6c3d8a
parent: 0f3dfb33b0413385b48f3781a1eea92879faa7bb
author: Martin Storsjö <[email protected]>
date: Fri Jan 17 06:13:52 EST 2014

Remove the now unused -Wno-deprecated-declarations on OS X

This was only required for building with OpenSSL.

--- a/build/platform-darwin.mk
+++ b/build/platform-darwin.mk
@@ -2,7 +2,7 @@
 ASM = nasm
 SHAREDLIBSUFFIX = dylib
 SHARED = -dynamiclib
-CFLAGS += -Wno-deprecated-declarations -Werror -fPIC -DMACOS -DMT_ENABLED -MMD -MP
+CFLAGS += -Werror -fPIC -DMACOS -DMT_ENABLED -MMD -MP
 LDFLAGS += -lpthread
 ASMFLAGS += --prefix _ -DNOPREFIX
 ifeq ($(ENABLE64BIT), Yes)