[Ffmpeg-devel] [PATCH] typo in vhook/Makefile
Steven M. Schultz
sms
Sat Oct 1 06:24:47 CEST 2005
Hi -
vhoook instead of vhook in the Makefile
Trivial patch attached.
Cheers,
Steven Schultz
-------------- next part --------------
--- vhook/Makefile.dist 2005-09-30 20:24:38.000000000 -0700
+++ vhook/Makefile 2005-09-30 20:38:02.000000000 -0700
@@ -37,7 +37,7 @@
%$(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
More information about the ffmpeg-devel
mailing list