Mercurial > libavcodec.hg
changeset 1930:01d6dc162ace libavcodec
Missing LDFLAGS in libavcodec/Makefile patch by ("Michael T. Dean" <mtdean at thirdcontact dot com>)
author | michael |
---|---|
date | Fri, 09 Apr 2004 14:57:39 +0000 |
parents | d4525c3065d0 |
children | 902556e6d21d |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri Apr 09 14:53:41 2004 +0000 +++ b/Makefile Fri Apr 09 14:57:39 2004 +0000 @@ -188,7 +188,7 @@ $(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