diff Makefile @ 1058:d5efc69f27c6 libavformat

Have EXTRALIBS appear after other link options, fixes shared build on Cygwin. based on patch by Marcus Engene, ffmpeg AATT engene DDOOTT se
author diego
date Sat, 15 Apr 2006 15:05:53 +0000
parents 3aeb079a7e74
children 21c0614314aa
line wrap: on
line diff
--- a/Makefile	Fri Apr 14 10:51:32 2006 +0000
+++ b/Makefile	Sat Apr 15 15:05:53 2006 +0000
@@ -66,7 +66,7 @@
 OBJS+= audio.o
 endif
 
-EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF) -lavcodec$(BUILDSUF) -L../libavcodec
+EXTRALIBS := -L../libavutil -lavutil$(BUILDSUF) -lavcodec$(BUILDSUF) -L../libavcodec $(EXTRALIBS)
 
 ifeq ($(CONFIG_AUDIO_BEOS),yes)
 CPPOBJS+= beosaudio.o