Mercurial > libavformat.hg
changeset 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 | 6c53db379305 |
children | 172781cd7c9d |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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