[MPlayer-cvslog] r21993 - trunk/common.mak

diego subversion at mplayerhq.hu
Mon Jan 22 00:28:05 CET 2007


Author: diego
Date: Mon Jan 22 00:28:05 2007
New Revision: 21993

Modified:
   trunk/common.mak

Log:
Sync with FFmpeg r7634.


Modified: trunk/common.mak
==============================================================================
--- trunk/common.mak	(original)
+++ trunk/common.mak	Mon Jan 22 00:28:05 2007
@@ -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)"



More information about the MPlayer-cvslog mailing list