Commit 41aa4f49 authored by diego's avatar diego

vhoook vs vhook typo, patch by Steven M. Schultz < sms - at - 2BSD - at - COM >


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4624 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d77fd9ae
......@@ -37,7 +37,7 @@ drawtext$(SLIBSUF): drawtext.o
%$(SLIBSUF): %.o
ifeq ($(CONFIG_DARWIN),yes)
$(CC) $(LDFLAGS) $(SHFLAGS) -Wl,-install_name,$(libdir)/vhoook/$@ -g -o $@ $<
$(CC) $(LDFLAGS) $(SHFLAGS) -Wl,-install_name,$(libdir)/vhook/$@ -g -o $@ $<
else
$(CC) $(LDFLAGS) -g -o $@ $(SHFLAGS) $<
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment