Commit 279b4ede authored by michaelni's avatar michaelni

use cp ; strip instead of strip -o


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1152 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cbaa375d
......@@ -55,7 +55,7 @@ ffmpeg_g$(EXE): ffmpeg.o $(DEP_LIBS)
-lavformat -lavcodec $(EXTRALIBS)
ffmpeg$(EXE): ffmpeg_g$(EXE)
$(STRIP) -o $@ $< ; chmod --reference=$< $@
cp $< $@ ; $(STRIP) $@
ffserver$(EXE): ffserver.o $(DEP_LIBS)
$(CC) $(LDFLAGS) $(FFSLDFLAGS) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment