Mercurial > libavformat.hg
diff Makefile @ 251:300c94a708f7 libavformat
remove unused AMREXTRALIBS
author | bellard |
---|---|
date | Tue, 16 Sep 2003 20:29:19 +0000 |
parents | bb28d1c1788a |
children | 59c2e84817a1 |
line wrap: on
line diff
--- a/Makefile Tue Sep 16 12:56:42 2003 +0000 +++ b/Makefile Tue Sep 16 20:29:19 2003 +0000 @@ -1,6 +1,6 @@ # # libavformat Makefile -# (c) 2000, 2001, 2002 Fabrice Bellard +# (c) 2000-2003 Fabrice Bellard # include ../config.mak @@ -78,10 +78,10 @@ $(SLIB): $(OBJS) ifeq ($(CONFIG_WIN32),yes) - $(CC) $(SHFLAGS) -Wl,--output-def,$(@:.dll=.def) -o $@ $(OBJS) $(PPOBJS) $(EXTRALIBS) $(AMREXTRALIBS) $(VPATH)/../libavcodec/avcodec.dll + $(CC) $(SHFLAGS) -Wl,--output-def,$(@:.dll=.def) -o $@ $(OBJS) $(PPOBJS) $(EXTRALIBS) $(VPATH)/../libavcodec/avcodec.dll -lib /machine:i386 /def:$(@:.dll=.def) else - $(CC) $(SHFLAGS) -o $@ $(OBJS) $(PPOBJS) $(EXTRALIBS) $(AMREXTRALIBS) + $(CC) $(SHFLAGS) -o $@ $(OBJS) $(PPOBJS) $(EXTRALIBS) endif depend: $(SRCS)