shithub: openh264

Download patch

ref: dc57301d0ce59121893d469a0cb5efac12411f9b
parent: 9d0647b8ac2a937773d186963cbc8032330d4de1
author: Martin Storsjö <[email protected]>
date: Sun May 4 11:55:17 EDT 2014

Rename the DLL definition file according to what the output DLL is named

--- a/build/platform-msvc-common.mk
+++ b/build/platform-msvc-common.mk
@@ -33,5 +33,5 @@
 OBJ=obj
 SHAREDLIBSUFFIX=dll
 SHARED=-LD
-SHLDFLAGS=-link -def:wels.def -implib:$(PROJECT_NAME)_dll.lib
+SHLDFLAGS=-link -def:openh264.def -implib:$(PROJECT_NAME)_dll.lib
 EXTRA_LIBRARY=$(PROJECT_NAME)_dll.lib
--- /dev/null
+++ b/openh264.def
@@ -1,0 +1,5 @@
+EXPORTS
+	WelsCreateDecoder
+	WelsDestroyDecoder
+	WelsCreateSVCEncoder
+	WelsDestroySVCEncoder
--- a/wels.def
+++ /dev/null
@@ -1,5 +1,0 @@
-EXPORTS
-	WelsCreateDecoder
-	WelsDestroyDecoder
-	WelsCreateSVCEncoder
-	WelsDestroySVCEncoder