diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-11-03 01:39:20 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-11-03 01:39:20 +0000 |
commit | fcd43156ce40c49fab02e60713a218c2d5e0419c (patch) | |
tree | 0ab28946263e7b097359a539767220c48e53f7c3 /Makefile | |
parent | 145956deeefa75a6936d62986951d7223d16f5f9 (diff) | |
download | ffmpeg-fcd43156ce40c49fab02e60713a218c2d5e0419c.tar.gz |
-p
Originally committed as revision 1154 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ ffmpeg_g$(EXE): ffmpeg.o $(DEP_LIBS) -lavformat -lavcodec $(EXTRALIBS) ffmpeg$(EXE): ffmpeg_g$(EXE) - cp $< $@ ; $(STRIP) $@ + cp -p $< $@ ; $(STRIP) $@ ffserver$(EXE): ffserver.o $(DEP_LIBS) $(CC) $(LDFLAGS) $(FFSLDFLAGS) \ |