Missing LDFLAGS in libavcodec/Makefile patch by ("Michael T. Dean" <mtdean at thirdco...
authorMichael T. Dean <mtdean@thirdcontact.com>
Fri, 9 Apr 2004 14:57:39 +0000 (14:57 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 9 Apr 2004 14:57:39 +0000 (14:57 +0000)
Originally committed as revision 2987 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/Makefile

index 03d90fe..c8f84d5 100644 (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