Commit 495d6cdc authored by Steven M. Schultz's avatar Steven M. Schultz Committed by Diego Biurrun

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

Originally committed as revision 4624 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5693c083
...@@ -37,7 +37,7 @@ drawtext$(SLIBSUF): drawtext.o ...@@ -37,7 +37,7 @@ drawtext$(SLIBSUF): drawtext.o
%$(SLIBSUF): %.o %$(SLIBSUF): %.o
ifeq ($(CONFIG_DARWIN),yes) 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 else
$(CC) $(LDFLAGS) -g -o $@ $(SHFLAGS) $< $(CC) $(LDFLAGS) -g -o $@ $(SHFLAGS) $<
endif 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