summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-01-21 23:27:30 +0000
committerDiego Biurrun <diego@biurrun.de>2007-01-21 23:27:30 +0000
commit6718659c0f0ce2f8c3ef678969d2b705473a96f6 (patch)
treebf2808a0ba81822096600cb139e58bd286d1037c /common.mak
parent5577eafa21b17fd750cf015bb3ef8bf2caaa527a (diff)
Remove BeOS hack.
Originally committed as revision 7634 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak4
1 files changed, 0 insertions, 4 deletions
diff --git a/common.mak b/common.mak
index 8fb66f6ab7..9f28b596d3 100644
--- a/common.mak
+++ b/common.mak
@@ -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)