Mercurial > libavformat.hg
changeset 752:484211f46feb libavformat
support BUILDSUF patch by <charles dot yates at pandora dot be>
author | mmu_man |
---|---|
date | Sun, 08 May 2005 15:04:59 +0000 |
parents | dcb459ca11eb |
children | 1fc7b1637f90 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat May 07 00:58:28 2005 +0000 +++ b/Makefile Sun May 08 15:04:59 2005 +0000 @@ -77,7 +77,7 @@ ifeq ($(BUILD_SHARED),yes) SLIB= $(SLIBPREF)avformat$(SLIBSUF) -AVCLIBS+=-lavcodec -L../libavcodec +AVCLIBS+=-lavcodec$(BUILDSUF) -L../libavcodec ifeq ($(CONFIG_MP3LAME),yes) AVCLIBS+=-lmp3lame endif