Mercurial > mplayer.hg
changeset 21975:b628a6f19968
Sync with FFmpeg r7634.
author | diego |
---|---|
date | Sun, 21 Jan 2007 23:28:05 +0000 |
parents | 8c63104755fc |
children | 8aac0a59f9c7 |
files | common.mak |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/common.mak Sun Jan 21 23:21:50 2007 +0000 +++ b/common.mak Sun Jan 21 23:28:05 2007 +0000 @@ -33,10 +33,6 @@ %.o: %.S $(CC) $(CFLAGS) $(LIBOBJFLAGS) -c -o $@ $< -# BeOS: remove -Wall to get rid of all the "multibyte constant" warnings -%.o: %.cpp - g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $< - %: %.o $(LIB) $(CC) $(LDFLAGS) -o $@ $^ $(EXTRALIBS) @@ -69,6 +65,7 @@ ln -sf $(SLIBNAME_WITH_VERSION) $(SLIBNAME_WITH_MAJOR) cd "$(shlibdir)" && \ ln -sf $(SLIBNAME_WITH_VERSION) $(SLIBNAME) + $(SLIB_INSTALL_EXTRA_CMD) install-lib-static: $(LIB) install -d "$(libdir)"