mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
added perm inheritance from ffmpeg_g (it looks like 'strip' in BeOS doesn't keep them, though the Linux one does !?)
patch by (François Revol <revol at free dot fr>) Originally committed as revision 1143 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
86f85dca30
commit
bbd8335b69
2
Makefile
2
Makefile
@ -55,7 +55,7 @@ ffmpeg_g$(EXE): ffmpeg.o $(DEP_LIBS)
|
|||||||
-lavformat -lavcodec $(EXTRALIBS)
|
-lavformat -lavcodec $(EXTRALIBS)
|
||||||
|
|
||||||
ffmpeg$(EXE): ffmpeg_g$(EXE)
|
ffmpeg$(EXE): ffmpeg_g$(EXE)
|
||||||
$(STRIP) -o $@ $<
|
$(STRIP) -o $@ $< ; chmod --reference=$< $@
|
||||||
|
|
||||||
ffserver$(EXE): ffserver.o $(DEP_LIBS)
|
ffserver$(EXE): ffserver.o $(DEP_LIBS)
|
||||||
$(CC) $(LDFLAGS) $(FFSLDFLAGS) \
|
$(CC) $(LDFLAGS) $(FFSLDFLAGS) \
|
||||||
|
Loading…
Reference in New Issue
Block a user