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:
parent
5693c08356
commit
495d6cdcfd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue