-p
Originally committed as revision 1154 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
145956deee
commit
fcd43156ce
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue