Missing LDFLAGS in libavcodec/Makefile patch by ("Michael T. Dean" <mtdean at thirdcontact dot com>)

Originally committed as revision 2987 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael T. Dean 2004-04-09 14:57:39 +00:00 committed by Michael Niedermayer
parent 931c85d04a
commit 1b8b121fb6
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ ifeq ($(CONFIG_WIN32),yes)
$(CC) $(SHFLAGS) -Wl,--output-def,$(@:.dll=.def) -o $@ $(OBJS) $(EXTRALIBS) $(AMREXTRALIBS)
-lib /machine:i386 /def:$(@:.dll=.def)
else
$(CC) $(SHFLAGS) -o $@ $(OBJS) $(EXTRALIBS) $(AMREXTRALIBS)
$(CC) $(SHFLAGS) -o $@ $(OBJS) $(EXTRALIBS) $(AMREXTRALIBS) $(LDFLAGS)
endif
dsputil.o: dsputil.c dsputil.h