summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-10-15 12:59:45 +0000
committerDiego Biurrun <diego@biurrun.de>2006-10-15 12:59:45 +0000
commit14f29f795d6b1a8a7d864ff97d6302bfe6fb0ba9 (patch)
treeb56f33bdd6218dbc1d7dea341b90e7bf303ec4f1 /common.mak
parent84471efd91a1599bf5c83bc2f7307017e27b4bd9 (diff)
Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
Originally committed as revision 6700 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak2
1 files changed, 0 insertions, 2 deletions
diff --git a/common.mak b/common.mak
index 21b2273da4..d045c0895d 100644
--- a/common.mak
+++ b/common.mak
@@ -13,8 +13,6 @@ OBJS := $(OBJS) $(ASM_OBJS) $(CPPOBJS)
STATIC_OBJS := $(OBJS) $(STATIC_OBJS)
SHARED_OBJS := $(OBJS) $(SHARED_OBJS)
-EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
-
all: $(EXTRADEPS) $(LIB) $(SLIBNAME)
$(LIB): $(STATIC_OBJS)