-p
Originally committed as revision 1154 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
145956deee
commit
fcd43156ce
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…
x
Reference in New Issue
Block a user