OSDN Git Service

Remove BeOS hack.
authorDiego Biurrun <diego@biurrun.de>
Sun, 21 Jan 2007 23:27:30 +0000 (23:27 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 21 Jan 2007 23:27:30 +0000 (23:27 +0000)
Originally committed as revision 7634 to svn://svn.ffmpeg.org/ffmpeg/trunk

common.mak

index 8fb66f6..9f28b59 100644 (file)
@@ -33,10 +33,6 @@ $(SLIBNAME_WITH_MAJOR): $(SHARED_OBJS)
 %.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)