ref: dba62070bf64f6f1ec2729563df183898e0eef19
parent: 6123fc94be0f3a44049f56814ead6b3b497b309e
parent: 90db78dede14aaed99aeacb3041e3e9fed2e658d
author: Andreas Gal <andreas.gal@gmail.com>
date: Sat Jan 4 13:50:20 EST 2014
Merge pull request #80 from ethanhugg/othercontribs 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)'