[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile,1.251,1.252

Diego Biurrun CVS diego
Sat Apr 15 17:05:56 CEST 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv28447/libavcodec

Modified Files:
	Makefile 
Log Message:
Have EXTRALIBS appear after other link options, fixes shared build on Cygwin.
based on patch by Marcus Engene, ffmpeg AATT engene DDOOTT se


Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/Makefile,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -d -r1.251 -r1.252
--- Makefile	7 Apr 2006 16:59:57 -0000	1.251
+++ Makefile	15 Apr 2006 15:05:53 -0000	1.252
@@ -293,7 +293,7 @@
 endif
 endif
 
-EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF)
+EXTRALIBS := -L../libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
 
 # currently using libdts for dts decoding
 ifeq ($(CONFIG_DTS),yes)





More information about the ffmpeg-cvslog mailing list