summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2002-11-02 10:31:37 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-11-02 10:31:37 +0000
commitbbd8335b69b4960b2a6e830317f189748232c749 (patch)
treecf78828ae322e2c766ccc39012942468b504fd04 /Makefile
parent86f85dca307ddfab83c92109195f44f4433791e2 (diff)
downloadffmpeg-streaming-bbd8335b69b4960b2a6e830317f189748232c749.zip
ffmpeg-streaming-bbd8335b69b4960b2a6e830317f189748232c749.tar.gz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e2d203..259130e 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ ffmpeg_g$(EXE): ffmpeg.o $(DEP_LIBS)
-lavformat -lavcodec $(EXTRALIBS)
ffmpeg$(EXE): ffmpeg_g$(EXE)
- $(STRIP) -o $@ $<
+ $(STRIP) -o $@ $< ; chmod --reference=$< $@
ffserver$(EXE): ffserver.o $(DEP_LIBS)
$(CC) $(LDFLAGS) $(FFSLDFLAGS) \
OpenPOWER on IntegriCloud