From bbd8335b69b4960b2a6e830317f189748232c749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 2 Nov 2002 10:31:37 +0000 Subject: [PATCH] =?UTF-8?q?added=20perm=20inheritance=20from=20ffmpeg=5Fg?= =?UTF-8?q?=20(it=20looks=20like=20'strip'=20in=20BeOS=20doesn't=20keep=20?= =?UTF-8?q?them,=20though=20the=20Linux=20one=20does=20!=3F)=20patch=20by?= =?UTF-8?q?=20(Fran=C3=A7ois=20Revol=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 1143 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e2d203ddf..259130ef84 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) \