Commit 165f74ff authored by Fabrice Bellard's avatar Fabrice Bellard

remove unused AMREXTRALIBS

Originally committed as revision 2287 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cf7412b5
# #
# libavformat Makefile # libavformat Makefile
# (c) 2000, 2001, 2002 Fabrice Bellard # (c) 2000-2003 Fabrice Bellard
# #
include ../config.mak include ../config.mak
...@@ -78,10 +78,10 @@ $(LIB): $(OBJS) $(PPOBJS) ...@@ -78,10 +78,10 @@ $(LIB): $(OBJS) $(PPOBJS)
$(SLIB): $(OBJS) $(SLIB): $(OBJS)
ifeq ($(CONFIG_WIN32),yes) 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) -lib /machine:i386 /def:$(@:.dll=.def)
else else
$(CC) $(SHFLAGS) -o $@ $(OBJS) $(PPOBJS) $(EXTRALIBS) $(AMREXTRALIBS) $(CC) $(SHFLAGS) -o $@ $(OBJS) $(PPOBJS) $(EXTRALIBS)
endif endif
depend: $(SRCS) depend: $(SRCS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment