shithub: openh264

Download patch

ref: 90db78dede14aaed99aeacb3041e3e9fed2e658d
parent: 71e48218c498026bd9c3e382c2ef6ad76fad823b
author: Ethan Hugg <ethanhugg@gmail.com>
date: Thu Dec 26 02:16:35 EST 2013

Fixed typo in old Linux encoder makefile

--- a/codec/build/linux/enc/makefile
+++ b/codec/build/linux/enc/makefile
@@ -210,7 +210,7 @@
 	@echo
 
 
-dylib:   $(OBJDEC)
+dylib:   $(OBJENC)
 	@echo '$(OBJENC)'
 	@echo
 	@echo '$(GCC) -shared -Wl,-Bsymbolic -m32 -o $(SHAREDLIB) $(OBJENC) $(LIBS)'