Commit fcd43156 authored by Michael Niedermayer's avatar Michael Niedermayer

-p

Originally committed as revision 1154 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 145956de
......@@ -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) \
......
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