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
This commit is contained in:
Steven M. Schultz 2005-10-01 14:21:34 +00:00 committed by Diego Biurrun
parent 5693c08356
commit 495d6cdcfd
1 changed files with 1 additions and 1 deletions

View File

@ -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