diff Makefile @ 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 1b0e22e6f4d1
children 55b7435c59b8
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