Mercurial > libavformat.hg
diff Makefile @ 813:6d6973a9fd92 libavformat
compiling using nonstd include/library locations / add LDFLAGS to a few places patch by (Niki W. Waibel - nikiwaibel)
| author | michael |
|---|---|
| date | Mon, 11 Jul 2005 00:15:37 +0000 |
| parents | c69cd990c32f |
| children | b1d7ee1c792d |
line wrap: on
line diff
--- a/Makefile Sun Jul 10 10:28:59 2005 +0000 +++ b/Makefile Mon Jul 11 00:15:37 2005 +0000 @@ -101,7 +101,7 @@ $(CC) $(SHFLAGS) -Wl,--output-def,$(@:.dll=.def) -o $@ $(OBJS) $(PPOBJS) $(AVCLIBS) $(EXTRALIBS) -lib /machine:i386 /def:$(@:.dll=.def) else - $(CC) $(SHFLAGS) -o $@ $(OBJS) $(PPOBJS) $(AVCLIBS) $(EXTRALIBS) + $(CC) $(SHFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(PPOBJS) $(AVCLIBS) $(EXTRALIBS) endif depend: $(SRCS)
