Browse Source

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
tags/v0.5
Michael T. Dean Michael Niedermayer 21 years ago
parent
commit
1b8b121fb6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/Makefile

+ 1
- 1
libavcodec/Makefile View File

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


dsputil.o: dsputil.c dsputil.h dsputil.o: dsputil.c dsputil.h


Loading…
Cancel
Save