You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-06 08:29:25 +02:00
spaces in the patch fix by (Nicolas Boos <nicolas.boos at wanadoo dot fr>)
Originally committed as revision 3296 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
11
Makefile
11
Makefile
@@ -135,16 +135,13 @@ wininstaller: all install
|
||||
install-man:
|
||||
ifneq ($(CONFIG_WIN32),yes)
|
||||
if [ -f $(SRC_PATH)/doc/ffmpeg.1 ] ; then \
|
||||
install -d $(mandir)/man1 ; \
|
||||
install -m 644 $(MANPAGE) $(mandir)/man1 ; \
|
||||
install -d "$(mandir)/man1" ; \
|
||||
install -m 644 $(MANPAGE) "$(mandir)/man1" ; \
|
||||
fi
|
||||
endif
|
||||
|
||||
install-vhook: $(prefix)/lib/vhook
|
||||
$(MAKE) -C vhook install INSTDIR=$(prefix)/lib/vhook
|
||||
|
||||
$(prefix)/lib/vhook:
|
||||
install -d $@
|
||||
install-vhook:
|
||||
$(MAKE) -C vhook install
|
||||
|
||||
installlib:
|
||||
$(MAKE) -C libavcodec installlib
|
||||
|
||||
Reference in New Issue
Block a user