You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-06 08:29:25 +02:00
Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Originally committed as revision 3545 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Michael Niedermayer
parent
71c32f19b3
commit
65d1bea201
@@ -102,10 +102,10 @@ depend: $(SRCS)
|
||||
ifeq ($(BUILD_SHARED),yes)
|
||||
install: all install-headers
|
||||
ifeq ($(CONFIG_WIN32),yes)
|
||||
install -s -m 755 $(SLIB) "$(prefix)"
|
||||
install $(INSTALLSTRIP) -m 755 $(SLIB) "$(prefix)"
|
||||
else
|
||||
install -d $(prefix)/lib
|
||||
install -s -m 755 $(SLIB) $(prefix)/lib/libavformat-$(VERSION).so
|
||||
install $(INSTALLSTRIP) -m 755 $(SLIB) $(prefix)/lib/libavformat-$(VERSION).so
|
||||
ln -sf libavformat-$(VERSION).so $(prefix)/lib/libavformat.so
|
||||
ldconfig || true
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user